Skip to content

Commit

Permalink
added nuget distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wilmans committed Mar 20, 2019
1 parent f6061a3 commit bf7b12e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions nuget/Copperspice.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Copperspice</id>
<version>1.5.0</version>
<authors>Barbara Geller, Ansel Sermersheim</authors>
<owners>jan.wilmans</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://www.copperspice.com/docs/cs_overview/main-cs-license.html</licenseUrl>
<projectUrl>https://www.copperspice.com/</projectUrl>
<description>CopperSpice (x64) is of a set of libraries to develop cross platform applications in C++.</description>
<releaseNotes>This is a x64 only version</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>Copperspice Native Platform</tags>
</metadata>

<files>
<file src="build\**" target="build" />
</files>

</package>
3 changes: 3 additions & 0 deletions nuget/pack.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
del Copperspice.1.5.0.nupkg
nuget.exe pack Copperspice.nuspec
pause

0 comments on commit bf7b12e

Please sign in to comment.