diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a34a9800..696a4a05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v4 with: repository: 'libsdl-org/SDL' - ref: 'SDL2' + ref: 'release-2.25.1' - uses: actions/checkout@v4 with: path: 'NAudio-Sdl2-Library' @@ -122,7 +122,7 @@ jobs: - uses: actions/checkout@v4 with: repository: 'libsdl-org/SDL' - ref: 'SDL2' + ref: 'release-2.25.1' - uses: actions/checkout@v4 with: path: 'NAudio-Sdl2-Library' diff --git a/NAudio.Sdl2.Library.csproj b/NAudio.Sdl2.Library.csproj index c80f7eab..c2d834c0 100644 --- a/NAudio.Sdl2.Library.csproj +++ b/NAudio.Sdl2.Library.csproj @@ -1,68 +1,71 @@ - - - netstandard2.0 - Library - true - NAudio.Sdl2.Library - NAudio.Sdl2.Library - libSDL2 native libraries for C# - NAudio.Sdl2.Library - false - README.md - - - ppy Pty Ltd & flibitijibibo & alextnull - NAudio.Sdl2.Library - NAudio.Sdl2.Library - https://github.com/alextnull/NAudio.Sdl2.Library - https://github.com/alextnull/NAudio.Sdl2.Library - - - - - PreserveNewest - runtimes/win-x64/native - true - - - PreserveNewest - runtimes/win-arm64/native - true - - - PreserveNewest - runtimes/win-x86/native - true - - - PreserveNewest - runtimes/osx-x64/native - true - - - PreserveNewest - runtimes/osx-arm64/native - true - - - PreserveNewest - runtimes/linux-x64/native - true - - - PreserveNewest - runtimes/linux-x86/native - true - - - PreserveNewest - runtimes/ios/native - true - - - - - PreserveNewest - - - + + + netstandard2.0 + Library + true + NAudio.Sdl2.Library + NAudio.Sdl2.Library + libSDL2 native libraries for C# + NAudio.Sdl2.Library + false + README.md + + + ppy Pty Ltd & flibitijibibo & alextnull + NAudio.Sdl2.Library + NAudio.Sdl2.Library + https://github.com/alextnull/NAudio.Sdl2.Library + https://github.com/alextnull/NAudio.Sdl2.Library + 2.25.1 + 2.25.1 + 2.25.1 + + + + + PreserveNewest + runtimes/win-x64/native + true + + + PreserveNewest + runtimes/win-arm64/native + true + + + PreserveNewest + runtimes/win-x86/native + true + + + PreserveNewest + runtimes/osx-x64/native + true + + + PreserveNewest + runtimes/osx-arm64/native + true + + + PreserveNewest + runtimes/linux-x64/native + true + + + PreserveNewest + runtimes/linux-x86/native + true + + + PreserveNewest + runtimes/ios/native + true + + + + + PreserveNewest + + + \ No newline at end of file diff --git a/README.md b/README.md index 606aa621..567e89f3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package contains native SDL2 libraries Include the package using the `PackageReference` tag or simply install using the nuget package manager ```xml - + ``` --- @@ -14,7 +14,7 @@ Include the package using the `PackageReference` tag or simply install using the Include the package using the `PackageReference` tag. Set `GeneratePathProperty` to `true` and `ExcludeAssets` to `all`. ```xml - + ``` --- @@ -35,4 +35,4 @@ Windows x64 PreserveNewest -``` \ No newline at end of file +```