5.22.13 release

This commit is contained in:
Robert Muehsig
2019-07-01 23:16:33 +02:00
parent 428e53e265
commit ad399f50ee
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Not released
# Released
# 5.22.13
ElectronNET.CLI:
@@ -8,10 +11,10 @@ ElectronNET.API:
* Fixed bug: Menu Item visibility [\#257](https://github.com/ElectronNET/Electron.NET/issues/257)
* Fixed bug: electron.manifest.json - singleInstance not working [\#258](https://github.com/ElectronNET/Electron.NET/issues/258)
* Fixed security issue: ASP.NET Core process is now bound to 127.0.0.1 instead of the broader localhost [\#258](https://github.com/ElectronNET/Electron.NET/pull/266)
ElectronNET.WebApp:
# Released
# 5.22.12

View File

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