diff --git a/Tools/Nuget/NmeaParser/NmeaParser.nuspec b/Tools/Nuget/NmeaParser/NmeaParser.nuspec index 1e77aad..533a57e 100644 --- a/Tools/Nuget/NmeaParser/NmeaParser.nuspec +++ b/Tools/Nuget/NmeaParser/NmeaParser.nuspec @@ -1,7 +1,7 @@ - 1.3.1 + 1.4.1 Morten Nielsen Morten Nielsen http://opensource.org/licenses/ms-pl.html @@ -17,7 +17,10 @@ + + + diff --git a/Tools/Nuget/buildNuget.cmd b/Tools/Nuget/buildNuget.cmd index e027e20..9eb921d 100644 --- a/Tools/Nuget/buildNuget.cmd +++ b/Tools/Nuget/buildNuget.cmd @@ -4,8 +4,11 @@ @echo * COPYING BINARIES FOR NUGET * @echo ******************************************* 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 +xcopy ..\..\src\bin\Release\NmeaParser.WinPhone.xml .\NmeaParser\lib\wpa\ /Y xcopy ..\..\src\bin\Release\NmeaParser.WinDesktop.dll .\NmeaParser\lib\net40-client\ /Y +xcopy ..\..\src\bin\Release\NmeaParser.WinDesktop.xml .\NmeaParser\lib\net40-client\ /Y @echo *******************************************