Skip to content

Commit 96722e7

Browse files
committed
0.0.7
1 parent 24ef987 commit 96722e7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

buildReleaseNuGetPackages.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ echo "Start building Electron.NET dev stack..."
22
echo "Restore & Build API"
33
cd ElectronNet.API
44
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 "%~dp0artifacts"
5+
dotnet build --configuration Release --force /property:Version=0.0.7
6+
dotnet pack /p:Version=0.0.7 --configuration Release --force --output "%~dp0artifacts"
77
cd ..
88
echo "Restore & Build API"
99
cd ElectronNet.CLI
1010
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 "%~dp0artifacts"
11+
dotnet build --configuration Release --force /property:Version=0.0.7
12+
dotnet pack /p:Version=0.0.7 --configuration Release --force --output "%~dp0artifacts"

0 commit comments

Comments
 (0)