From 7b4028959fb7ac61357188f45099437094bb6533 Mon Sep 17 00:00:00 2001 From: wheeheee <104880306+wheeheee@users.noreply.github.com> Date: Sat, 15 Nov 2025 10:57:14 +0800 Subject: [PATCH 1/2] rename to disposing --- Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index ce66166..54a6b7e 100644 --- a/Program.cs +++ b/Program.cs @@ -290,16 +290,16 @@ protected override void OnLoad(EventArgs e) base.OnLoad(e); } - protected override void Dispose(bool isDisposing) + protected override void Dispose(bool disposing) { - if (isDisposing) + if (disposing) { // Release the icon resource. trayIcon.Dispose(); trayMenu?.Dispose(); } - base.Dispose(isDisposing); + base.Dispose(disposing); } } public class ContextMenuStrip : System.Windows.Forms.ContextMenuStrip From a7fd0566245c2ccdf60394ff402c695e74f8992c Mon Sep 17 00:00:00 2001 From: wheeheee <104880306+wheeheee@users.noreply.github.com> Date: Thu, 25 Dec 2025 18:22:51 +0800 Subject: [PATCH 2/2] update to dotnet 10 --- WinToLinux.csproj | 13 +++++++------ app.manifest | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/WinToLinux.csproj b/WinToLinux.csproj index fa64a6e..f0f4635 100644 --- a/WinToLinux.csproj +++ b/WinToLinux.csproj @@ -1,26 +1,27 @@ - + - net8.0-windows + net10.0-windows WinExe true - true README.md WtL.ico app.manifest SystemAware LICENSE https://github.com/Toxblh/WinToLinux - Anton Palgunov & Contributors. Copyright © 2020 - 2025 + Anton Palgunov & Contributors. Copyright © 2020 - 2026 Reboot to Linux easier than ever! - 1.2.0 + true + false + + 1.3.0 $(VersionPrefix) $(VersionPrefix) $(VersionPrefix)$(VersionSuffix) - diff --git a/app.manifest b/app.manifest index d1d3524..62ed5d5 100644 --- a/app.manifest +++ b/app.manifest @@ -1,6 +1,6 @@  - +