From 4ee33db55ae37f65aadcc8a6cc7a3609ee817f3a Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 22 Mar 2015 00:11:59 +0100 Subject: [PATCH] Add NuGet package specification. --- src/client/NPSharp.Client.csproj | 1 + src/client/NPSharp.Client.nuspec | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/client/NPSharp.Client.nuspec diff --git a/src/client/NPSharp.Client.csproj b/src/client/NPSharp.Client.csproj index e6bfdf4..ac41a54 100644 --- a/src/client/NPSharp.Client.csproj +++ b/src/client/NPSharp.Client.csproj @@ -117,6 +117,7 @@ + diff --git a/src/client/NPSharp.Client.nuspec b/src/client/NPSharp.Client.nuspec new file mode 100644 index 0000000..82a5a92 --- /dev/null +++ b/src/client/NPSharp.Client.nuspec @@ -0,0 +1,29 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + https://github.com/icedream/NPSharp/blob/master/LICENSE.txt + https://github.com/icedream/NPSharp + http://nuget.icedream.kthx.at/packageimages/NPSharp/nuget.png + false + $description$ + + + (c) 2014-2015 Carl Kittelberger + + NP + Network + Platform + Client + fourDeltaOne + refint + protocol + game + games + + + \ No newline at end of file