From 00b89ae1715b7db03c98e47496950eaed755e045 Mon Sep 17 00:00:00 2001 From: Juan Segura Date: Sat, 18 Oct 2025 11:49:19 +0200 Subject: [PATCH] Bug: The system crashes when copying from the mouse. --- MsBox.Avalonia/MsBox.Avalonia.csproj | 6 +++--- Rom128Reconstructor/Rom128Reconstructor.csproj | 2 +- RomReconstructor/RomReconstructor.csproj | 2 +- ZXBStudio/Program.cs | 4 ++-- ZXBStudio/ZXBasicStudio.csproj | 18 +++++++++--------- ZXBasicStudioTest/ZXBasicStudioTest.csproj | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/MsBox.Avalonia/MsBox.Avalonia.csproj b/MsBox.Avalonia/MsBox.Avalonia.csproj index 1195e6c..1ed5aa6 100644 --- a/MsBox.Avalonia/MsBox.Avalonia.csproj +++ b/MsBox.Avalonia/MsBox.Avalonia.csproj @@ -26,9 +26,9 @@ - - - + + + diff --git a/Rom128Reconstructor/Rom128Reconstructor.csproj b/Rom128Reconstructor/Rom128Reconstructor.csproj index 841411d..d37ff4e 100644 --- a/Rom128Reconstructor/Rom128Reconstructor.csproj +++ b/Rom128Reconstructor/Rom128Reconstructor.csproj @@ -8,7 +8,7 @@ - + diff --git a/RomReconstructor/RomReconstructor.csproj b/RomReconstructor/RomReconstructor.csproj index e9518e4..f1d9704 100644 --- a/RomReconstructor/RomReconstructor.csproj +++ b/RomReconstructor/RomReconstructor.csproj @@ -9,7 +9,7 @@ - + diff --git a/ZXBStudio/Program.cs b/ZXBStudio/Program.cs index 9231f67..04cb086 100644 --- a/ZXBStudio/Program.cs +++ b/ZXBStudio/Program.cs @@ -8,8 +8,8 @@ namespace ZXBasicStudio { internal class Program { - public static string Version = "1.6.0 - beta 5"; - public static string VersionDate = "2025.10.05"; + public static string Version = "1.6.0 - beta 6"; + public static string VersionDate = "2025.10.09"; // Initialization code. Don't use any Avalonia, third-party APIs or any diff --git a/ZXBStudio/ZXBasicStudio.csproj b/ZXBStudio/ZXBasicStudio.csproj index baef0c0..e58b4f9 100644 --- a/ZXBStudio/ZXBasicStudio.csproj +++ b/ZXBStudio/ZXBasicStudio.csproj @@ -563,17 +563,17 @@ - - - - - + + + + - - + + - - + + + diff --git a/ZXBasicStudioTest/ZXBasicStudioTest.csproj b/ZXBasicStudioTest/ZXBasicStudioTest.csproj index 5e6593a..1bff610 100644 --- a/ZXBasicStudioTest/ZXBasicStudioTest.csproj +++ b/ZXBasicStudioTest/ZXBasicStudioTest.csproj @@ -14,9 +14,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive