Skip to content

Commit

Permalink
Added nuspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
babelshift committed Feb 17, 2017
1 parent 6ab250a commit fd1b95f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
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>
4 changes: 2 additions & 2 deletions ProPublicaCongressAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ProPublicaCongressAPI")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Provides methods to consume the ProPublica Congress API.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Justin Skiles")]
[assembly: AssemblyProduct("ProPublicaCongressAPI")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
Expand Down

0 comments on commit fd1b95f

Please sign in to comment.