Added the nuget files to new project
This commit is contained in:
parent
45a7039d5f
commit
7eea30f4c2
18
SweetLib/SweetLib.nuspec
Normal file
18
SweetLib/SweetLib.nuspec
Normal 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
2
SweetLib/build-nuget.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
nuget pack SweetLib.csproj -properties Configuration=Release -symbols
|
||||
pause
|
Loading…
Reference in a new issue