diff --git a/Console-App.md b/Console-App.md index 88ac3c6..c8cb82c 100644 --- a/Console-App.md +++ b/Console-App.md @@ -53,7 +53,7 @@ Add the Electron.NET configuration to your `.csproj` file: - + ``` diff --git a/RelInfo/Changelog.md b/RelInfo/Changelog.md index b9df15c..1887175 100644 --- a/RelInfo/Changelog.md +++ b/RelInfo/Changelog.md @@ -1,3 +1,11 @@ +# 0.4.0 + +## ElectronNET.Core + +- Fixed ElectronSingleInstance handling (#996) @softworkz +- Fixed `PackageId` handling (#993) @softworkz +- Added cross-platform npm restore and check mismatch on publish (#988) @softworkz + # 0.3.1 ## ElectronNET.Core