From 70f392e36bb956cced436ce95227a8a5d01553fd Mon Sep 17 00:00:00 2001 From: Brian Lachniet Date: Mon, 15 Sep 2014 16:26:19 -0400 Subject: [PATCH 1/2] added nuspec to generate NuGet packages (nuget pack -Properties Configuration=Release) --- PlistCS/PlistCS/PlistCS.csproj | 3 +++ PlistCS/PlistCS/PlistCS.nuspec | 18 ++++++++++++++++++ PlistCS/PlistCS/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 PlistCS/PlistCS/PlistCS.nuspec diff --git a/PlistCS/PlistCS/PlistCS.csproj b/PlistCS/PlistCS/PlistCS.csproj index 8f2437d..a942e70 100644 --- a/PlistCS/PlistCS/PlistCS.csproj +++ b/PlistCS/PlistCS/PlistCS.csproj @@ -52,6 +52,9 @@ + + + + $description$ + Initial release. + Copyright Mark Tilton, Animetrics Inc. 2014 + plist + + \ No newline at end of file diff --git a/PlistCS/PlistCS/Properties/AssemblyInfo.cs b/PlistCS/PlistCS/Properties/AssemblyInfo.cs index 80a5346..23c3b9c 100644 --- a/PlistCS/PlistCS/Properties/AssemblyInfo.cs +++ b/PlistCS/PlistCS/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("PlistCS")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A C# Property List (plist) serialization library.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Animetrics")] [assembly: AssemblyProduct("PlistCS")] From 486992bcef07baa0cfc964e7ed8f459b5a17768c Mon Sep 17 00:00:00 2001 From: Brian Lachniet Date: Mon, 15 Sep 2014 17:08:13 -0400 Subject: [PATCH 2/2] updated package owner in nuspec --- PlistCS/PlistCS/PlistCS.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlistCS/PlistCS/PlistCS.nuspec b/PlistCS/PlistCS/PlistCS.nuspec index 960118d..d37a27b 100644 --- a/PlistCS/PlistCS/PlistCS.nuspec +++ b/PlistCS/PlistCS/PlistCS.nuspec @@ -5,7 +5,7 @@ $version$ $title$ Mark Tilton, $author$ - Brian Lachniet + Mark Tilton, $author$ https://github.com/animetrics/PlistCS/blob/master/PlistCS/Src/Plist.cs https://github.com/animetrics/PlistCS