Added the nuget files to new project

This commit is contained in:
Serraniel 2017-10-26 18:50:41 +02:00
parent 45a7039d5f
commit 7eea30f4c2
2 changed files with 20 additions and 0 deletions

18
SweetLib/SweetLib.nuspec Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$-alpha</version>
<title>$title$</title>
<authors>Serraniel</authors>
<owners>$author$</owners>
<licenseUrl>https://opensource.org/licenses/GPL-3.0</licenseUrl>
<projectUrl>https://github.com/Serraniel/SweetLib</projectUrl>
<iconUrl>https://github.com/Serraniel/SweetLib/blob/develop/nuget_icon.png?raw=true</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>First pre version just to try that nuget package thing :)</releaseNotes>
<copyright>Copyright © 2017 Serraniel</copyright>
<tags>Utility</tags>
</metadata>
</package>

2
SweetLib/build-nuget.bat Normal file
View file

@ -0,0 +1,2 @@
nuget pack SweetLib.csproj -properties Configuration=Release -symbols
pause