From 7a8be7ff3e7832b261ba1553d31e337fa49fc636 Mon Sep 17 00:00:00 2001 From: hazre <37149950+hazre@users.noreply.github.com> Date: Tue, 25 Nov 2025 01:03:12 +0100 Subject: [PATCH 1/2] chore: upgrade to .NET 10 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- BepisResoniteWrapper/BepisResoniteWrapper.csproj | 2 +- thunderstore.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ce495e..d6887bf 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 7b495d2..8aa1253 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 8d1d333..31cd013 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/BepisResoniteWrapper/BepisResoniteWrapper.csproj b/BepisResoniteWrapper/BepisResoniteWrapper.csproj index 3992b10..5d68fbb 100644 --- a/BepisResoniteWrapper/BepisResoniteWrapper.csproj +++ b/BepisResoniteWrapper/BepisResoniteWrapper.csproj @@ -3,7 +3,7 @@ 1.0.1 ResoniteModding - net9.0 + net10.0 https://github.com/ResoniteModding/BepisResoniteWrapper https://github.com/ResoniteModding/BepisResoniteWrapper git diff --git a/thunderstore.toml b/thunderstore.toml index 66c7b7e..517dab6 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -13,7 +13,7 @@ containsNsfwContent = false # List any dependencies your mod has here, in the format "namespace-modname" = "version-constraint" [package.dependencies] -ResoniteModding-BepisLoader = "1.5.0" +ResoniteModding-BepisLoader = "1.5.1" [build] icon = "./icon.png" From 42831d58e3d14bbdd6015daee9255b292cfe0c92 Mon Sep 17 00:00:00 2001 From: hazre <37149950+hazre@users.noreply.github.com> Date: Tue, 25 Nov 2025 01:03:25 +0100 Subject: [PATCH 2/2] chore: bump version to 1.0.2 --- BepisResoniteWrapper/BepisResoniteWrapper.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BepisResoniteWrapper/BepisResoniteWrapper.csproj b/BepisResoniteWrapper/BepisResoniteWrapper.csproj index 5d68fbb..762d9cc 100644 --- a/BepisResoniteWrapper/BepisResoniteWrapper.csproj +++ b/BepisResoniteWrapper/BepisResoniteWrapper.csproj @@ -1,7 +1,7 @@  - 1.0.1 + 1.0.2 ResoniteModding net10.0 https://github.com/ResoniteModding/BepisResoniteWrapper