From d3e31886816d64865cdbd5cbb2963610c9569baf Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Tue, 16 Dec 2025 15:51:39 +0100 Subject: [PATCH] Prepare for 0.3.1 --- Changelog.md | 6 ++++++ 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, 11 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2859e7b..b9df15c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# 0.3.1 + +## ElectronNET.Core + +- Fixed issue transforming the project ID (#989, #990) @softworkz + # 0.3.0 ## ElectronNET.Core diff --git a/docs/GettingStarted/Console-App.md b/docs/GettingStarted/Console-App.md index 1659e39..bb59d64 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 caf726c..5c48a42 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 65a7cbb..8a615e5 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 9026afa..047dfb8 100644 --- a/src/common.props +++ b/src/common.props @@ -1,6 +1,6 @@ - 0.3.0 + 0.3.1 ElectronNET.Core Gregor Biswanger, Florian Rappl, softworkz Electron.NET