From 2438535a57c8d10596964c0ac3d2731d98003f16 Mon Sep 17 00:00:00 2001 From: esnya <2088693+esnya@users.noreply.github.com> Date: Fri, 28 Aug 2026 17:24:10 +0900 Subject: [PATCH] fix(release): update current Resonite compatibility --- .github/workflows/ci.yml | 6 +++--- Directory.Build.props | 2 +- Directory.Packages.props | 2 +- README.md | 2 ++ src/SyncMethodBatcher/packages.lock.json | 6 +++--- tests/SyncMethodBatcher.Tests/packages.lock.json | 8 ++++---- 6 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd61774..fd64332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: - name: Verify formatting shell: bash run: | - dotnet format ./ResoniteSyncMethodBatcher.sln whitespace --verify-no-changes --no-restore - dotnet format ./ResoniteSyncMethodBatcher.sln style --verify-no-changes --no-restore --severity info - dotnet format ./ResoniteSyncMethodBatcher.sln analyzers --verify-no-changes --no-restore --severity info + dotnet format whitespace ./ResoniteSyncMethodBatcher.sln --verify-no-changes --no-restore + dotnet format style ./ResoniteSyncMethodBatcher.sln --verify-no-changes --no-restore --severity info + dotnet format analyzers ./ResoniteSyncMethodBatcher.sln --verify-no-changes --no-restore --severity info - name: Build run: dotnet build ./ResoniteSyncMethodBatcher.sln -c Release --no-restore diff --git a/Directory.Build.props b/Directory.Build.props index 2e9ba8f..3b371f2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -132,7 +132,7 @@ - + PreserveNewest %(Filename)%(Extension) diff --git a/Directory.Packages.props b/Directory.Packages.props index c2e02b0..8dfc281 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,7 @@ - + diff --git a/README.md b/README.md index 3ec74d7..89c8883 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Open **DevCreateNew > Editor > SyncMethod Batcher (Mod)**, select a process root ## Build +The project targets .NET 10. CI compiles against a pinned current `Resonite.GameLibs` package so tagged builds do not depend on a Steam account. + ```powershell dotnet build -c Release ``` diff --git a/src/SyncMethodBatcher/packages.lock.json b/src/SyncMethodBatcher/packages.lock.json index 2046a84..909fb2e 100644 --- a/src/SyncMethodBatcher/packages.lock.json +++ b/src/SyncMethodBatcher/packages.lock.json @@ -10,9 +10,9 @@ }, "Resonite.GameLibs": { "type": "Direct", - "requested": "[2026.4.16.1327, )", - "resolved": "2026.4.16.1327", - "contentHash": "E5ziTxgOKp3bu6tkqtUhKGTCQCTM8dNMCVn1aMmIHM7YcxYw3ls5fBhHpovBcCt5tEuDPrDexbXk3Bupn18+rQ==" + "requested": "[2026.8.27.1094, )", + "resolved": "2026.8.27.1094", + "contentHash": "ArwqFi/iLI7TsBBytfTRnYcAq7H0RFAwnCnEbJFmh33kVE14p8XGD8MwW3V7yFl2C9+Mu/5L9b7mYBUxtmRR3A==" } } } diff --git a/tests/SyncMethodBatcher.Tests/packages.lock.json b/tests/SyncMethodBatcher.Tests/packages.lock.json index 898b3a0..cd45f3f 100644 --- a/tests/SyncMethodBatcher.Tests/packages.lock.json +++ b/tests/SyncMethodBatcher.Tests/packages.lock.json @@ -20,9 +20,9 @@ }, "Resonite.GameLibs": { "type": "Direct", - "requested": "[2026.4.16.1327, )", - "resolved": "2026.4.16.1327", - "contentHash": "E5ziTxgOKp3bu6tkqtUhKGTCQCTM8dNMCVn1aMmIHM7YcxYw3ls5fBhHpovBcCt5tEuDPrDexbXk3Bupn18+rQ==" + "requested": "[2026.8.27.1094, )", + "resolved": "2026.8.27.1094", + "contentHash": "ArwqFi/iLI7TsBBytfTRnYcAq7H0RFAwnCnEbJFmh33kVE14p8XGD8MwW3V7yFl2C9+Mu/5L9b7mYBUxtmRR3A==" }, "xunit": { "type": "Direct", @@ -108,7 +108,7 @@ "syncmethodbatcher": { "type": "Project", "dependencies": { - "Resonite.GameLibs": "[2026.4.16.1327, )" + "Resonite.GameLibs": "[2026.8.27.1094, )" } } }