Skip to content

Commit

Permalink
Revert "Changing to use csproj instead of nuspec for nuget package bu…
Browse files Browse the repository at this point in the history
…ilding."

This reverts commit 5bd4719.
  • Loading branch information
babelshift committed Jun 27, 2017
1 parent 5bd4719 commit 1ab41bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ProPublicaCongressAPI/ProPublicaCongressAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageTags>politics api propublica json congress</PackageTags>
<PackageLicenseUrl>https://github.com/babelshift/ProPublicaCongressAPI/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/babelshift/ProPublicaCongressAPI</PackageProjectUrl>
<RepositoryUrl>https://github.com/babelshift/ProPublicaCongressAPI</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down
17 changes: 17 additions & 0 deletions ProPublicaCongressAPI/ProPublicaCongressAPI.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/babelshift/ProPublicaCongressAPI/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/babelshift/ProPublicaCongressAPI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial commit.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>politics api propublica json congress</tags>
</metadata>
</package>

0 comments on commit 1ab41bb

Please sign in to comment.