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 1
1
# not release
2
2
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
3
9
4
10
# 0.0.6
5
11
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ echo "Start building Electron.NET dev stack..."
2
2
echo " Restore & Build API"
3
3
cd ElectronNet.API
4
4
dotnet 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"
7
7
cd ..
8
8
echo " Restore & Build API"
9
9
cd ElectronNet.CLI
10
10
dotnet 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