diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 90d0021364..44f30bda46 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.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Bufdio.Spice86.7.0.0.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.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.Shared.7.0.0.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.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.Logging.7.0.0.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.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.Core.7.0.0.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.2.nupkg ${{secrets.NUGET_API_KEY}} -Source 'https://api.nuget.org/v3/index.json' -SkipDuplicate + run: nuget push Spice86.7.0.0.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 8bac8cb8ab..5091bac227 100644 --- a/src/Bufdio.Spice86/Bufdio.Spice86.csproj +++ b/src/Bufdio.Spice86/Bufdio.Spice86.csproj @@ -12,7 +12,7 @@ true - 6.4.2 + 7.0.0 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..b9943bdafd 100644 --- a/src/Spice86.Core/Spice86.Core.csproj +++ b/src/Spice86.Core/Spice86.Core.csproj @@ -16,7 +16,7 @@ true - 6.4.2 + 7.0.0 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..39adf61f25 100644 --- a/src/Spice86.Logging/Spice86.Logging.csproj +++ b/src/Spice86.Logging/Spice86.Logging.csproj @@ -8,7 +8,7 @@ true - 6.4.2 + 7.0.0 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..25aada5105 100644 --- a/src/Spice86.Shared/Spice86.Shared.csproj +++ b/src/Spice86.Shared/Spice86.Shared.csproj @@ -9,7 +9,7 @@ true - 6.4.2 + 7.0.0 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..e42194e42e 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. + 7.0.0 + Some breaking API changes (SegmentRegisters.cs), 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