mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #998] [MERGED] Release 0.4.0 #1412
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/998
Author: @FlorianRappl
Created: 12/18/2025
Status: ✅ Merged
Merged: 12/18/2025
Merged by: @FlorianRappl
Base:
main← Head:develop📝 Commits (10+)
df8e269Core: Introduce cross-platform npm restore and check mismatch on publish2d6d4e2Fix up incorrect symlinks created by npm on Windows1d6ef7aElectronProcessActive: Mark binaries as executable when debugging9d03787ElectronProcessActive: Add check for platform mismatch368ef41Merge pull request #988 from softworkz/submit_crossdebugd9c8e04Meta for 0.4.069048d5Set PackageId from ElectronPackageId30037fcFix ElectronSingleInstance handling73c56e2Try fix retry-test-jobs1c99ab0Merge pull request #997 from softworkz/submit_rerun📊 Changes
13 files changed (+195 additions, -46 deletions)
View changed files
📝
.github/workflows/retry-test-jobs.yml(+5 -6)📝
Changelog.md(+8 -0)📝
docs/GettingStarted/Console-App.md(+1 -1)📝
src/ElectronNET.API/Runtime/Data/BuildInfo.cs(+1 -1)📝
src/ElectronNET.API/Runtime/Services/ElectronProcess/ElectronProcessActive.cs(+89 -6)📝
src/ElectronNET.API/Runtime/StartupManager.cs(+2 -6)📝
src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj(+1 -1)📝
src/ElectronNET.Host/main.js(+1 -1)📝
src/ElectronNET.WebApp/ElectronNET.WebApp.csproj(+2 -2)📝
src/ElectronNET/build/ElectronNET.Core.targets(+4 -0)📝
src/ElectronNET/build/ElectronNET.LateImport.targets(+79 -20)📝
src/ElectronNET/build/package.template.json(+1 -1)📝
src/common.props(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.