Skip to content

Commit 7f92ffa

Browse files
committed
5.30.1 release
1 parent b69d4d2 commit 7f92ffa

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Changelog.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Not released
22

3-
# 5.22.15
3+
# Released
4+
5+
# 5.30.1
6+
7+
ElectronNET.CLI:
8+
9+
* Move to .NET Core 3.0
10+
* Use npm npx instead of global installations (thanks [jimbuck](https://github.com/jimbuck))
411

512
ElectronNET.API:
613

14+
* Move to .NET Core 3.0
715
* New Feature: Add BrowserWindow.RemoveMenu() (thanks [hack2root](https://github.com/hack2root))
816

9-
# Released
10-
17+
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!
1118
# 5.22.14
1219

1320
ElectronNET.CLI:

buildReleaseNuGetPackages.cmd

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

0 commit comments

Comments
 (0)