From 4b3b34cbf18e1afa28013666cc179a0ff6ffb4e8 Mon Sep 17 00:00:00 2001 From: Maximilien Noal Date: Thu, 9 May 2024 19:33:08 +0200 Subject: [PATCH] Spice86: v6.4.2 (#673) Signed-off-by: Maximilien Noal --- .github/workflows/nuget.yml | 10 +++++----- 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 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index ee03a1bc9..90d002136 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -34,20 +34,20 @@ jobs: - name: Upload NuGet Bufdio.Spice86 working-directory: ./src/Bufdio.Spice86/bin/Release - run: nuget push Bufdio.Spice86.6.4.1.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Bufdio.Spice86.6.4.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate - name: Upload NuGet Spice86.Shared working-directory: ./src/Spice86.Shared/bin/Release - run: nuget push Spice86.Shared.6.4.1.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.Shared.6.4.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate - name: Upload NuGet Spice86.Logging working-directory: ./src/Spice86.Logging/bin/Release - run: nuget push Spice86.Logging.6.4.1.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.Logging.6.4.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate - name: Upload NuGet Spice86.Core working-directory: ./src/Spice86.Core/bin/Release - run: nuget push Spice86.Core.6.4.1.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.Core.6.4.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate - name: Upload NuGet Spice86 working-directory: ./src/Spice86/bin/Release - run: nuget push Spice86.6.4.1.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.6.4.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate diff --git a/src/Bufdio.Spice86/Bufdio.Spice86.csproj b/src/Bufdio.Spice86/Bufdio.Spice86.csproj index 3409b8841..8a0d750c0 100644 --- a/src/Bufdio.Spice86/Bufdio.Spice86.csproj +++ b/src/Bufdio.Spice86/Bufdio.Spice86.csproj @@ -12,7 +12,7 @@ true - 6.4.1 + 6.4.2 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 f0e1967e0..fdaf4bdf3 100644 --- a/src/Spice86.Core/Spice86.Core.csproj +++ b/src/Spice86.Core/Spice86.Core.csproj @@ -16,7 +16,7 @@ true - 6.4.1 + 6.4.2 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 9f7ead288..aec3745af 100644 --- a/src/Spice86.Logging/Spice86.Logging.csproj +++ b/src/Spice86.Logging/Spice86.Logging.csproj @@ -8,7 +8,7 @@ true - 6.4.1 + 6.4.2 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 53df6c56f..d26c18001 100644 --- a/src/Spice86.Shared/Spice86.Shared.csproj +++ b/src/Spice86.Shared/Spice86.Shared.csproj @@ -9,7 +9,7 @@ true - 6.4.1 + 6.4.2 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 1496fefde..e7d66ae76 100644 --- a/src/Spice86/Spice86.csproj +++ b/src/Spice86/Spice86.csproj @@ -18,8 +18,8 @@ CS1591 Spice86 true - 6.4.1 - Fixed audio performance. + 6.4.2 + Fixed PCM audio performance. Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel Apache-2.0 Reverse engineer and rewrite real mode DOS programs