From 7f92ffa20e25abd22738525fc0331342a210f9f9 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Tue, 29 Oct 2019 00:33:03 +0100 Subject: [PATCH] 5.30.1 release --- Changelog.md | 19 +++++++++++++------ buildReleaseNuGetPackages.cmd | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index c89e1b0..1588b23 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: diff --git a/buildReleaseNuGetPackages.cmd b/buildReleaseNuGetPackages.cmd index fd1a0bc..a3cb1bb 100644 --- a/buildReleaseNuGetPackages.cmd +++ b/buildReleaseNuGetPackages.cmd @@ -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