Skip to content

Commit

Permalink
Add nuget metadata to csproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
babelshift committed Jun 29, 2017
1 parent 7583f6f commit f387989
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ProPublicaCongressAPI/ProPublicaCongressAPI.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
</PropertyGroup>
<PackageId>ProPublicaCongressAPI</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Justin Skiles</Authors>
<Description>Easy to use wrapper around the Pro Publica Congress API</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>congress api propublica government data</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="6.0.2" />
Expand Down

0 comments on commit f387989

Please sign in to comment.