This commit is contained in:
Robert Muehsig
2017-10-27 07:25:08 +02:00
parent 4cd41a7c2a
commit b20fe5d5cb
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# 0.0.5
ElectronNET.API:
* The last nuget package didn't contain the actual webpreferences settings with defaults - hopefully now.
# 0.0.4
ElectronNET.CLI:

View File

@@ -2,9 +2,9 @@ echo "Start building Electron.NET dev stack..."
echo "Restore & Build API"
cd ElectronNet.API
dotnet restore
dotnet pack /p:PackageVersion=0.0.4 --output %~dp0artifacts
dotnet pack /p:PackageVersion=0.0.5 --output %~dp0artifacts
cd ..
echo "Restore & Build API"
cd ElectronNet.CLI
dotnet restore
dotnet pack /p:PackageVersion=0.0.4 --output %~dp0artifacts
dotnet pack /p:PackageVersion=0.0.5 --output %~dp0artifacts