From aa483ebaa4a80f23c2fc9e0acedb9bd07ce6bfa6 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Wed, 19 Nov 2025 09:14:54 +0100 Subject: [PATCH] Updated version --- Changelog.md | 8 ++++++++ docs/GettingStarted/Console-App.md | 2 +- src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj | 2 +- src/ElectronNET.WebApp/ElectronNET.WebApp.csproj | 4 ++-- src/common.props | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4293436..3d6f1f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 0.3.0 + +## ElectronNET.Core + +- Updated infrastructure (#937, #939) @softworkz +- Fixed output path for `electron-builder` (#942) @softworkz +- Fixed previous API break using exposed `JsonElement` objects (#938) @softworkz + # 0.2.0 ## ElectronNET.Core diff --git a/docs/GettingStarted/Console-App.md b/docs/GettingStarted/Console-App.md index 4a00671..1659e39 100644 --- a/docs/GettingStarted/Console-App.md +++ b/docs/GettingStarted/Console-App.md @@ -54,7 +54,7 @@ Add the Electron.NET configuration to your `.csproj` file: - + ``` diff --git a/src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj b/src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj index cb0fcfd..17d12ae 100644 --- a/src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj +++ b/src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj @@ -70,7 +70,7 @@ - + diff --git a/src/ElectronNET.WebApp/ElectronNET.WebApp.csproj b/src/ElectronNET.WebApp/ElectronNET.WebApp.csproj index becdb57..ed50f8d 100644 --- a/src/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/src/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -76,8 +76,8 @@ - - + + diff --git a/src/common.props b/src/common.props index 554f4bf..9026afa 100644 --- a/src/common.props +++ b/src/common.props @@ -1,6 +1,6 @@ - 0.2.0 + 0.3.0 ElectronNET.Core Gregor Biswanger, Florian Rappl, softworkz Electron.NET