Skip to content

Commit ad399f5

Browse files
committed
5.22.13 release
1 parent 428e53e commit ad399f5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Not released
22

3+
4+
# Released
5+
36
# 5.22.13
47

58
ElectronNET.CLI:
@@ -8,10 +11,10 @@ ElectronNET.API:
811

912
* Fixed bug: Menu Item visibility [\#257](https://github.com/ElectronNET/Electron.NET/issues/257)
1013
* Fixed bug: electron.manifest.json - singleInstance not working [\#258](https://github.com/ElectronNET/Electron.NET/issues/258)
14+
* 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)
1115

1216
ElectronNET.WebApp:
1317

14-
# Released
1518

1619
# 5.22.12
1720

buildReleaseNuGetPackages.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set ENETVER=5.22.12
1+
set ENETVER=5.22.13
22
echo "Start building Electron.NET dev stack..."
33
echo "Restore & Build API"
44
cd ElectronNet.API

0 commit comments

Comments
 (0)