From 89d6d6976f81eb4be07d73fd422c5df40d7082e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 23:10:02 +0000 Subject: [PATCH] Update wiki 7e6760a42800b67a22056ce04dd27b27d9f5ca01 --- Console-App.md | 2 +- RelInfo/Changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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