diff --git a/FeedlySharp/FeedlySharp.nuspec b/FeedlySharp/FeedlySharp.nuspec new file mode 100644 index 0000000..31bd657 --- /dev/null +++ b/FeedlySharp/FeedlySharp.nuspec @@ -0,0 +1,23 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + https://raw.github.com/ceee/FeedlySharp/master/LICENSE-MIT + https://github.com/ceee/FeedlySharp + https://raw.github.com/ceee/FeedlySharp/master/feedlysharp.png + false + .NET library for the Feedly API. + en-US + + + + Copyright by cee, 2014 + Feedly Feedly API FeedlySharp Tobias Klika cee + + \ No newline at end of file diff --git a/FeedlySharp/Properties/AssemblyInfo.cs b/FeedlySharp/Properties/AssemblyInfo.cs index 4aaae8b..4fe26ed 100644 --- a/FeedlySharp/Properties/AssemblyInfo.cs +++ b/FeedlySharp/Properties/AssemblyInfo.cs @@ -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")]