updated nuget packaging

This commit is contained in:
mort5161 2015-03-20 17:32:14 -07:00
parent 5aeb3808d5
commit 694c190058
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.5.0</version>
<version>1.5.1</version>
<authors>Morten Nielsen</authors>
<owners>Morten Nielsen</owners>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>

View file

@ -3,6 +3,10 @@
@echo *******************************************
@echo * COPYING BINARIES FOR NUGET *
@echo *******************************************
REM msbuild ..\..\src\NmeaParser.sln /t:Rebuild /p:Configuration=Release
msbuild ..\..\src\NmeaParser.WinDesktop\NmeaParser.WinDesktop.csproj /t:Rebuild /p:Configuration=Release
msbuild ..\..\src\NmeaParser.WinStore\NmeaParser.WinStore.csproj /t:Rebuild /p:Configuration=Release
msbuild ..\..\src\NmeaParser.WinPhone\NmeaParser.WinPhone.csproj /t:Rebuild /p:Configuration=Release
xcopy ..\..\src\bin\Release\NmeaParser.WinStore.dll .\NmeaParser\lib\netcore45\ /Y
xcopy ..\..\src\bin\Release\NmeaParser.WinStore.xml .\NmeaParser\lib\netcore45\ /Y
xcopy ..\..\src\bin\Release\NmeaParser.WinPhone.dll .\NmeaParser\lib\wpa\ /Y