File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11# not release
22
3+
4+ # 0.0.6
5+
36ElectronNET.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
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.5
6- dotnet pack /p:Version=0.0.5 --configuration Release --force --output " %~dp0 artifacts"
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"
77cd ..
88echo " Restore & Build API"
99cd ElectronNet.CLI
1010dotnet restore
11- dotnet build --configuration Release --force /property:Version=0.0.5
12- dotnet pack /p:Version=0.0.5 --configuration Release --force --output " %~dp0 artifacts"
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"
You can’t perform that action at this time.
0 commit comments