mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 17:55:36 +00:00
Bump version to 2.0.22 and switch to Ryujinx fork
This fork doesn't have any edit so far but allows better source control.
This commit is contained in:
parent
b6e1f4a796
commit
f224faa1e9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
rev:
|
||||
description: 'libsdl-org/SDL commit to build'
|
||||
description: 'Ryujinx/SDL commit to build'
|
||||
required: false
|
||||
default: 'master'
|
||||
# schedule:
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
g++-multilib
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
repository: libsdl-org/SDL
|
||||
repository: Ryujinx/SDL
|
||||
ref: ${{ github.event.inputs.rev }}
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<Description>libSDL2 bindings for C#</Description>
|
||||
<RootNamespace>SDL2</RootNamespace>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<VersionPrefix>2.0.19</VersionPrefix>
|
||||
<VersionPrefix>2.0.22</VersionPrefix>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="NuGet">
|
||||
<Authors>Thog & ppy Pty Ltd & flibitijibibo</Authors>
|
||||
|
|
Loading…
Reference in a new issue