[PR #991] [MERGED] Release 0.3.1 #1403

Open
opened 2026-01-29 17:00:26 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/991
Author: @FlorianRappl
Created: 12/16/2025
Status: Merged
Merged: 12/16/2025
Merged by: @FlorianRappl

Base: mainHead: develop


📝 Commits (5)

  • 13f1203 Use ElectronPackageId instead of PackageId
  • 4f95043 Merge pull request #990 from softworkz/submit_packageid
  • d3e3188 Prepare for 0.3.1
  • 1c62c1f Try fix job re-run
  • 89cdf2f Merge pull request #992 from softworkz/submit_rerun

📊 Changes

13 files changed (+26 additions, -20 deletions)

View changed files

📝 .github/workflows/retry-test-jobs.yml (+2 -2)
📝 Changelog.md (+6 -0)
📝 docs/Core/Migration-Checks.md (+1 -1)
📝 docs/GettingStarted/Console-App.md (+1 -1)
📝 docs/Using/Configuration.md (+4 -4)
📝 src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj (+1 -1)
📝 src/ElectronNET.WebApp/ElectronNET.WebApp.csproj (+2 -2)
📝 src/ElectronNET/build/ElectronNET.Core.props (+1 -1)
📝 src/ElectronNET/build/ElectronNET.Core.targets (+1 -1)
📝 src/ElectronNET/build/ElectronNET.LateImport.targets (+2 -2)
📝 src/ElectronNET/build/ElectronNETRules.Project.xaml (+1 -1)
📝 src/ElectronNET/build/package.template.json (+3 -3)
📝 src/common.props (+1 -1)

📄 Description

Fixes the issue #989 that transforms the project ID (which can - among other things - lead to broken assets / changed asset names).

We do not need to close / merge this one yet. Maybe 1-2 more bug fixes have place here. Otherwise, let's merge.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/991 **Author:** [@FlorianRappl](https://github.com/FlorianRappl) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@FlorianRappl](https://github.com/FlorianRappl) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (5) - [`13f1203`](https://github.com/ElectronNET/Electron.NET/commit/13f1203ccc9ada1705ebadb069a456d15bccbf8a) Use ElectronPackageId instead of PackageId - [`4f95043`](https://github.com/ElectronNET/Electron.NET/commit/4f95043309cbe176d03eabe40b0b66f6130be202) Merge pull request #990 from softworkz/submit_packageid - [`d3e3188`](https://github.com/ElectronNET/Electron.NET/commit/d3e31886816d64865cdbd5cbb2963610c9569baf) Prepare for 0.3.1 - [`1c62c1f`](https://github.com/ElectronNET/Electron.NET/commit/1c62c1f13212bb71564f945c48dd824e9f5b0bfb) Try fix job re-run - [`89cdf2f`](https://github.com/ElectronNET/Electron.NET/commit/89cdf2f55bcb365c835f8db88e614db03e6a80f9) Merge pull request #992 from softworkz/submit_rerun ### 📊 Changes **13 files changed** (+26 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/retry-test-jobs.yml` (+2 -2) 📝 `Changelog.md` (+6 -0) 📝 `docs/Core/Migration-Checks.md` (+1 -1) 📝 `docs/GettingStarted/Console-App.md` (+1 -1) 📝 `docs/Using/Configuration.md` (+4 -4) 📝 `src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj` (+1 -1) 📝 `src/ElectronNET.WebApp/ElectronNET.WebApp.csproj` (+2 -2) 📝 `src/ElectronNET/build/ElectronNET.Core.props` (+1 -1) 📝 `src/ElectronNET/build/ElectronNET.Core.targets` (+1 -1) 📝 `src/ElectronNET/build/ElectronNET.LateImport.targets` (+2 -2) 📝 `src/ElectronNET/build/ElectronNETRules.Project.xaml` (+1 -1) 📝 `src/ElectronNET/build/package.template.json` (+3 -3) 📝 `src/common.props` (+1 -1) </details> ### 📄 Description Fixes the issue #989 that transforms the project ID (which can - among other things - lead to broken assets / changed asset names). We do not need to close / merge this one yet. Maybe 1-2 more bug fixes have place here. Otherwise, let's merge. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1403