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:
Mary 2022-05-04 18:20:47 +02:00
parent b6e1f4a796
commit f224faa1e9
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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 &amp; ppy Pty Ltd &amp; flibitijibibo</Authors> <Authors>Thog &amp; ppy Pty Ltd &amp; flibitijibibo</Authors>