add nuspec

This commit is contained in:
2014-12-07 20:11:52 +01:00
parent 767a41b6ca
commit 0f69fb0807
2 changed files with 28 additions and 5 deletions
+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://raw.github.com/ceee/FeedlySharp/master/LICENSE-MIT</licenseUrl>
<projectUrl>https://github.com/ceee/FeedlySharp</projectUrl>
<iconUrl>https://raw.github.com/ceee/FeedlySharp/master/feedlysharp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET library for the Feedly API.</description>
<language>en-US</language>
<releaseNotes>
<![CDATA[
For full release notes see https://github.com/ceee/FeedlySharp/blob/master/CHANGELOG.md
]]>
</releaseNotes>
<copyright>Copyright by cee, 2014</copyright>
<tags>Feedly Feedly API FeedlySharp Tobias Klika cee</tags>
</metadata>
</package>
+5 -5
View File
@@ -7,11 +7,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("FeedlySharp")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription(".NET library for the Feedly API")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("cee")]
[assembly: AssemblyProduct("FeedlySharp")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © cee 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
@@ -26,5 +26,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]