From bd5b546cfc15e1127b78639ee12c8cb9b16b1d9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 01:46:49 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/version_change.yaml | 2 +- OpenPolytopia.Common/OpenPolytopia.Common.csproj | 4 ++-- OpenPolytopia/OpenPolytopia.csproj | 10 +++++----- StdbModule/StdbModule.csproj | 2 +- global.json | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/version_change.yaml b/.github/workflows/version_change.yaml index 9a85a05..57c71ca 100644 --- a/.github/workflows/version_change.yaml +++ b/.github/workflows/version_change.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5 - name: '📝 Change Version' - uses: vers-one/dotnet-project-version-updater@v1.7 + uses: vers-one/dotnet-project-version-updater@v1.8 with: file: "OpenPolytopia/OpenPolytopia.csproj" version: ${{ github.event.inputs.version }} diff --git a/OpenPolytopia.Common/OpenPolytopia.Common.csproj b/OpenPolytopia.Common/OpenPolytopia.Common.csproj index 8534f7e..267dfa6 100644 --- a/OpenPolytopia.Common/OpenPolytopia.Common.csproj +++ b/OpenPolytopia.Common/OpenPolytopia.Common.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/OpenPolytopia/OpenPolytopia.csproj b/OpenPolytopia/OpenPolytopia.csproj index 3248946..931866e 100644 --- a/OpenPolytopia/OpenPolytopia.csproj +++ b/OpenPolytopia/OpenPolytopia.csproj @@ -1,4 +1,4 @@ - + true latest @@ -32,9 +32,9 @@ - + - + @@ -45,9 +45,9 @@ - + - + diff --git a/StdbModule/StdbModule.csproj b/StdbModule/StdbModule.csproj index eb1aacc..52a249f 100644 --- a/StdbModule/StdbModule.csproj +++ b/StdbModule/StdbModule.csproj @@ -11,7 +11,7 @@ - + diff --git a/global.json b/global.json index e55b64f..ff3a279 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.306", + "version": "9.0.312", "rollForward": "major" }, "msbuild-sdks": { - "Godot.NET.Sdk": "4.5.0" + "Godot.NET.Sdk": "4.6.1" } }