From 1a488545a60be2b1ff06b3137f85fb809b584aff Mon Sep 17 00:00:00 2001 From: Heavenly Avenger Date: Fri, 13 Dec 2024 23:20:03 -0300 Subject: [PATCH] Switches version to 1.1.0. Also bumps .NET version in the GitHub workflow file. --- .github/workflows/release.yml | 2 +- ClutchFixer/ClutchFix.cs | 2 +- ClutchFixer/ClutchFixer.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10764a5..1c0c4c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '9.0.x' - name: Build shell: bash diff --git a/ClutchFixer/ClutchFix.cs b/ClutchFixer/ClutchFix.cs index a8334cf..27b63a8 100644 --- a/ClutchFixer/ClutchFix.cs +++ b/ClutchFixer/ClutchFix.cs @@ -120,7 +120,7 @@ The process to generate this mod is automated by a console app (.NET 9) that is { mod_package : .package_name { - package_version: ""v1.0.0"" + package_version: ""v1.1.0"" display_name: ""Clutch Fix"" author: ""Heavenly Avenger"" category[]: ""truck"" diff --git a/ClutchFixer/ClutchFixer.csproj b/ClutchFixer/ClutchFixer.csproj index 5013480..a95ef67 100644 --- a/ClutchFixer/ClutchFixer.csproj +++ b/ClutchFixer/ClutchFixer.csproj @@ -5,7 +5,7 @@ net9.0-windows enable enable - 1.0.0 + 1.1.0