File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# not release
22
3+ # 0.0.7
4+
5+ ElectronNET.CLI:
6+
7+ * Fixed electronize start for macos/linux - thanks @yamachu
8+ * Skip NPM install on start when node_modules directory already exists
39
410# 0.0.6
511
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ echo "Start building Electron.NET dev stack..."
22echo " Restore & Build API"
33cd ElectronNet.API
44dotnet restore
5- dotnet build --configuration Release --force /property:Version=0.0.6
6- dotnet pack /p:Version=0.0.6 --configuration Release --force --output " %~dp0 artifacts"
5+ dotnet build --configuration Release --force /property:Version=0.0.7
6+ dotnet pack /p:Version=0.0.7 --configuration Release --force --output " %~dp0 artifacts"
77cd ..
88echo " Restore & Build API"
99cd ElectronNet.CLI
1010dotnet restore
11- dotnet build --configuration Release --force /property:Version=0.0.6
12- dotnet pack /p:Version=0.0.6 --configuration Release --force --output " %~dp0 artifacts"
11+ dotnet build --configuration Release --force /property:Version=0.0.7
12+ dotnet pack /p:Version=0.0.7 --configuration Release --force --output " %~dp0 artifacts"
You can’t perform that action at this time.
0 commit comments