From 2ff29b5d6a69ecb3936f9630ac9d978e7417a630 Mon Sep 17 00:00:00 2001 From: Maximilien Noal Date: Sat, 22 Jun 2024 10:06:38 +0200 Subject: [PATCH] Spice86: v6.4.3 Signed-off-by: Maximilien Noal --- src/Bufdio.Spice86/Bufdio.Spice86.csproj | 2 +- src/Spice86.Core/Spice86.Core.csproj | 2 +- src/Spice86.Logging/Spice86.Logging.csproj | 2 +- src/Spice86.Shared/Spice86.Shared.csproj | 2 +- src/Spice86/Spice86.csproj | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Bufdio.Spice86/Bufdio.Spice86.csproj b/src/Bufdio.Spice86/Bufdio.Spice86.csproj index 8bac8cb8ab..70279bcf55 100644 --- a/src/Bufdio.Spice86/Bufdio.Spice86.csproj +++ b/src/Bufdio.Spice86/Bufdio.Spice86.csproj @@ -12,7 +12,7 @@ true - 6.4.2 + 6.4.3 Luthfi Tri Atmaja, Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel Apache-2.0 Reverse engineer and rewrite real mode dos programs diff --git a/src/Spice86.Core/Spice86.Core.csproj b/src/Spice86.Core/Spice86.Core.csproj index 59c67b2973..8c2d97406a 100644 --- a/src/Spice86.Core/Spice86.Core.csproj +++ b/src/Spice86.Core/Spice86.Core.csproj @@ -16,7 +16,7 @@ true - 6.4.2 + 6.4.3 Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel Apache-2.0 Reverse engineer and rewrite real mode dos programs diff --git a/src/Spice86.Logging/Spice86.Logging.csproj b/src/Spice86.Logging/Spice86.Logging.csproj index 382a807244..bee83e065c 100644 --- a/src/Spice86.Logging/Spice86.Logging.csproj +++ b/src/Spice86.Logging/Spice86.Logging.csproj @@ -8,7 +8,7 @@ true - 6.4.2 + 6.4.3 Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel Apache-2.0 Reverse engineer and rewrite real mode dos programs diff --git a/src/Spice86.Shared/Spice86.Shared.csproj b/src/Spice86.Shared/Spice86.Shared.csproj index e32d2344cf..164cfef18c 100644 --- a/src/Spice86.Shared/Spice86.Shared.csproj +++ b/src/Spice86.Shared/Spice86.Shared.csproj @@ -9,7 +9,7 @@ true - 6.4.2 + 6.4.3 Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel Apache-2.0 Reverse engineer and rewrite real mode dos programs diff --git a/src/Spice86/Spice86.csproj b/src/Spice86/Spice86.csproj index 5881d8ff4d..bc49de4b58 100644 --- a/src/Spice86/Spice86.csproj +++ b/src/Spice86/Spice86.csproj @@ -18,8 +18,8 @@ CS1591 Spice86 true - 6.4.2 - Fixed PCM audio performance. + 6.4.3 + WIP new CFG_CPU, addtionnal memory/disasm views to the internal debugger, replaced UI DI framework with Microsoft.DI. Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel Apache-2.0 Reverse engineer and rewrite real mode DOS programs