Add NuGet package specification.

release-v1.1.0 v1.1.0
Icedream 2015-03-22 00:11:59 +01:00
parent c4a9e75e91
commit 4ee33db55a
2 changed files with 30 additions and 0 deletions

View File

@ -117,6 +117,7 @@
<Compile Include="Steam\SteamID_t.cs" />
</ItemGroup>
<ItemGroup>
<None Include="NPSharp.Client.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>

View File

@ -0,0 +1,29 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/icedream/NPSharp/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/icedream/NPSharp</projectUrl>
<iconUrl>http://nuget.icedream.kthx.at/packageimages/NPSharp/nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
</releaseNotes>
<copyright>(c) 2014-2015 Carl Kittelberger</copyright>
<tags>
NP
Network
Platform
Client
fourDeltaOne
refint
protocol
game
games
</tags>
</metadata>
</package>