Skip to content

Commit 915e31f

Browse files
committed
0.0.6
1 parent 4c7fe38 commit 915e31f

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# not release
22

3+
4+
# 0.0.6
5+
36
ElectronNET.CLI:
47

58
* nuget packages are now release bits and have the correct assembly verion
69
* Version command
710
* better devCleanup.cmd
8-
* Better Platform Support [Issue](https://github.com/ElectronNET/Electron.NET/issues/6) - thanks to @Petermarcu
11+
* Better Platform Support Issue - thanks to @Petermarcu
12+
* Start Command should now work on OSX/Linux
13+
14+
ElectronNET.API:
15+
16+
* Thread-Safe methods
917

1018
# 0.0.5
1119

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.5
6-
dotnet pack /p:Version=0.0.5 --configuration Release --force --output "%~dp0artifacts"
5+
dotnet build --configuration Release --force /property:Version=0.0.6
6+
dotnet pack /p:Version=0.0.6 --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.5
12-
dotnet pack /p:Version=0.0.5 --configuration Release --force --output "%~dp0artifacts"
11+
dotnet build --configuration Release --force /property:Version=0.0.6
12+
dotnet pack /p:Version=0.0.6 --configuration Release --force --output "%~dp0artifacts"

0 commit comments

Comments
 (0)