5.30.1 release

This commit is contained in:
Robert Muehsig
2019-10-29 00:33:03 +01:00
parent b69d4d23bf
commit 7f92ffa20e
2 changed files with 14 additions and 7 deletions

View File

@@ -1,13 +1,20 @@
# Not released
# 5.22.15
ElectronNET.API:
* New Feature: Add BrowserWindow.RemoveMenu() (thanks [hack2root](https://github.com/hack2root))
# Released
# 5.30.1
ElectronNET.CLI:
* Move to .NET Core 3.0
* Use npm npx instead of global installations (thanks [jimbuck](https://github.com/jimbuck))
ElectronNET.API:
* Move to .NET Core 3.0
* New Feature: Add BrowserWindow.RemoveMenu() (thanks [hack2root](https://github.com/hack2root))
Thanks to [MaherJendoubi](https://github.com/MaherJendoubi), [kant2002](https://github.com/kant2002), [raz-canva](https://github.com/raz-canva) and [Daddoon](https://github.com/Daddoon) to give .NET Core 3.0 feedback!
# 5.22.14
ElectronNET.CLI:

View File

@@ -1,4 +1,4 @@
set ENETVER=5.30.0-beta
set ENETVER=5.30.1
echo "Start building Electron.NET dev stack..."
echo "Restore & Build API"
cd ElectronNet.API