From 813b1ab5b00f7fb1682b1fb01b8effd34ed726f2 Mon Sep 17 00:00:00 2001 From: ceee Date: Sun, 15 Sep 2013 15:19:33 +0200 Subject: [PATCH] update assembly info; create new nuspec file --- PocketSharp.nuspec | 40 -------------------------- PocketSharp/PocketSharp.nuspec | 23 +++++++++++++++ PocketSharp/Properties/AssemblyInfo.cs | 6 ++-- 3 files changed, 26 insertions(+), 43 deletions(-) delete mode 100644 PocketSharp.nuspec create mode 100644 PocketSharp/PocketSharp.nuspec diff --git a/PocketSharp.nuspec b/PocketSharp.nuspec deleted file mode 100644 index eba9195..0000000 --- a/PocketSharp.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - PocketSharp - 0.3.2 - PocketSharp - Tobias Klika - Tobias Klika - https://raw.github.com/ceee/PocketSharp/master/LICENSE-MIT - http://pocketsharp.frontendplay.com - http://pocketsharp.frontendplay.com/Assets/Images/pocketsharp.png - false - PocketSharp is a .NET class library, that integrates the Pocket API v3 - en-US - - - - Copyright by cee, 2013 - PocketAPI Pocket API PocketSharp Tobias Klika cee RestSharp - - - - - - - - - - - - - - - - - - - diff --git a/PocketSharp/PocketSharp.nuspec b/PocketSharp/PocketSharp.nuspec new file mode 100644 index 0000000..4fb541b --- /dev/null +++ b/PocketSharp/PocketSharp.nuspec @@ -0,0 +1,23 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + https://raw.github.com/ceee/PocketSharp/master/LICENSE-MIT + http://pocketsharp.frontendplay.com + http://pocketsharp.frontendplay.com/Assets/Images/pocketsharp.png + false + $description$ + en-US + + + + Copyright by cee, 2013 + PocketAPI Pocket API PocketSharp Tobias Klika cee RestSharp + + diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs index ea218b8..53e5423 100644 --- a/PocketSharp/Properties/AssemblyInfo.cs +++ b/PocketSharp/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("PocketSharp")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("PocketSharp is a .NET class library, that integrates the Pocket API v3")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("cee")] [assembly: AssemblyProduct("PocketSharp")] @@ -25,5 +25,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("0.4.0")] -[assembly: AssemblyFileVersion("0.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.0")] \ No newline at end of file