mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 19:55:35 +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:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
rev:
|
rev:
|
||||||
description: 'libsdl-org/SDL commit to build'
|
description: 'Ryujinx/SDL commit to build'
|
||||||
required: false
|
required: false
|
||||||
default: 'master'
|
default: 'master'
|
||||||
# schedule:
|
# schedule:
|
||||||
|
@ -72,7 +72,7 @@ jobs:
|
||||||
g++-multilib
|
g++-multilib
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: libsdl-org/SDL
|
repository: Ryujinx/SDL
|
||||||
ref: ${{ github.event.inputs.rev }}
|
ref: ${{ github.event.inputs.rev }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<Description>libSDL2 bindings for C#</Description>
|
<Description>libSDL2 bindings for C#</Description>
|
||||||
<RootNamespace>SDL2</RootNamespace>
|
<RootNamespace>SDL2</RootNamespace>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
<VersionPrefix>2.0.19</VersionPrefix>
|
<VersionPrefix>2.0.22</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet">
|
<PropertyGroup Label="NuGet">
|
||||||
<Authors>Thog & ppy Pty Ltd & flibitijibibo</Authors>
|
<Authors>Thog & ppy Pty Ltd & flibitijibibo</Authors>
|
||||||
|
|
Loading…
Reference in a new issue