From 58954cd7f27b0ca48d3564bb3400c1af5bbac391 Mon Sep 17 00:00:00 2001 From: hazre <37149950+hazre@users.noreply.github.com> Date: Sat, 22 Nov 2025 01:27:13 +0100 Subject: [PATCH 1/2] Upgrade to .NET 10 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- BepInExResoniteShim.csproj | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44bd372..91d942d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: echo "Version found: $VERSION" - uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Build run: | dotnet build -c Release diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3bca209..59cc5d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: echo "Version found: $VERSION" - uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Build run: | dotnet build -c Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1db8a68..2f5b33d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: echo "Version found: $VERSION" - uses: actions/setup-dotnet@v4 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: Build run: | dotnet build -c Release diff --git a/BepInExResoniteShim.csproj b/BepInExResoniteShim.csproj index b6dd776..880ed0c 100644 --- a/BepInExResoniteShim.csproj +++ b/BepInExResoniteShim.csproj @@ -2,7 +2,7 @@ 0.9.1 - net9.0 + net10.0 ResoniteModding BepInEx Resonite Shim $([System.String]::Copy('$(Authors)').Split(',')[0].Trim()) diff --git a/README.md b/README.md index 0762a37..25a4e7c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # BepInExResoniteShim -Plugin for the [net9 bepinex fork](https://github.com/ResoniteModding/BepInEx) for resonite which applies some patches to allow the game to run with BepInEx loaded. +Plugin for the [net10 bepinex fork](https://github.com/ResoniteModding/BepInEx) for resonite which applies some patches to allow the game to run with BepInEx loaded. From 6196c1f4a5f52ff3118ef2a4a5f27c9d009a4fa7 Mon Sep 17 00:00:00 2001 From: hazre <37149950+hazre@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:52:50 +0100 Subject: [PATCH 2/2] chore: bump version to 0.9.2 --- BepInExResoniteShim.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BepInExResoniteShim.csproj b/BepInExResoniteShim.csproj index 880ed0c..fb0c99c 100644 --- a/BepInExResoniteShim.csproj +++ b/BepInExResoniteShim.csproj @@ -1,7 +1,7 @@  - 0.9.1 + 0.9.2 net10.0 ResoniteModding BepInEx Resonite Shim