Update to 1.1.722
This commit is contained in:
parent
a641ce4f72
commit
4144efadfc
3 changed files with 72 additions and 71 deletions
|
@ -1,10 +1,10 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://api.nuget.org/v3-flatcontainer/system.management/7.0.0/system.management.7.0.0.nupkg",
|
"url": "https://api.nuget.org/v3-flatcontainer/system.management/7.0.1/system.management.7.0.1.nupkg",
|
||||||
"sha512": "d0469d2a5ed07e7345ce759276c92cf30bb9d5680db68e1613917793d698dd1db8301361fb33970bae77ad0f506d1ae7a56f96ea0b5d854d352f58e69bbbda7f",
|
"sha512": "1d041f1c0cedceef34176fef4c5b71e77586e4063b22a0f6a5d9320822fa7e7643ac2f923a552bd031efb77dc29bb8aadbf0b824215a7085a7fac88ac96b8dc7",
|
||||||
"dest": "nuget-sources",
|
"dest": "nuget-sources",
|
||||||
"dest-filename": "system.management.7.0.0.nupkg"
|
"dest-filename": "system.management.7.0.1.nupkg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.1.722" date="2023-04-17"/>
|
||||||
<release version="1.1.721" date="2023-04-17"/>
|
<release version="1.1.721" date="2023-04-17"/>
|
||||||
<release version="1.1.720" date="2023-04-17"/>
|
<release version="1.1.720" date="2023-04-17"/>
|
||||||
<release version="1.1.719" date="2023-04-16"/>
|
<release version="1.1.719" date="2023-04-16"/>
|
||||||
|
|
|
@ -32,7 +32,7 @@ modules:
|
||||||
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
||||||
RYUJINX_VERSION: 1.1.721
|
RYUJINX_VERSION: 1.1.722
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
||||||
|
@ -74,7 +74,7 @@ modules:
|
||||||
- nuget_sources.json
|
- nuget_sources.json
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/Ryujinx/Ryujinx.git
|
url: https://github.com/Ryujinx/Ryujinx.git
|
||||||
commit: d9b63353b019e1f1775370154f4f045ff14184ce
|
commit: 0dec91bb4230d92e93237f967da0428713c7b01b
|
||||||
- type: file
|
- type: file
|
||||||
path: ryujinx-wrapper
|
path: ryujinx-wrapper
|
||||||
- type: file
|
- type: file
|
||||||
|
|
Loading…
Reference in a new issue