Skip to content

Commit 2d5f1ea

Browse files
chore: release Spice86.Audio 13.0.0
1 parent a72c915 commit 2d5f1ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Upload NuGet Spice86.Audio
3131
if: github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest'
3232
working-directory: ./src/Spice86.Audio/bin/Release
33-
run: dotnet nuget push Spice86.Audio.11.4.0.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json" --skip-duplicate
33+
run: dotnet nuget push Spice86.Audio.*.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --source "https://api.nuget.org/v3/index.json" --skip-duplicate

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
</PropertyGroup>
1717
<!-- Nuget package info-->
1818
<PropertyGroup>
19-
<Version>12.0</Version>
19+
<Version>13.0.0</Version>
2020
<PackageReleaseNotes>
2121
<![CDATA[
22-
# Release Notes - https://github.com/OpenRakis/Spice86.Audio/wiki/Spice86-Audio-v12-release-notes
22+
# Release Notes - https://github.com/OpenRakis/Spice86.Audio/wiki/Spice86-Audio-v13-release-notes
2323
]]>
2424
</PackageReleaseNotes>
2525
<Authors>Alberto Marnetto, Ales Teska, Artjom Vejsel, Edu Garcia, Ivan Kuzmenko, John Källén, Joris van Eijden, Karl Lenz, Kevin Ferrare, LowLevelMahn, Maximilien Noal, Stefan Hueg</Authors>

0 commit comments

Comments
 (0)