From ed7a658de8ee01c8f9a2e8b09f8c6a8ed0f9949c Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Mon, 17 Nov 2025 14:42:26 -0600 Subject: [PATCH] Updated to .NET 10 --- .github/release.yml | 22 +++++++++++++++++++ .github/workflows/ci-build.yml | 8 +++---- .github/workflows/release-build.yml | 8 +++---- GitVersion.yml | 14 ++++-------- .../GitHubCostVisualizer.Web.csproj | 4 ++-- 5 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..a10de99 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,22 @@ +changelog: + exclude: + labels: + - question + - wontfix + - invalid + categories: + - title: Exciting New Features 🎉 + labels: + - enhancement + - feature + - title: Squashed Bugs 🐛 + labels: + - bug + - breaking-change + - title: ICG/Backend + labels: + - administrative + - documentation + - title: Other Changes + labels: + - "*" diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3f5e396..c27a2ae 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,16 +23,16 @@ jobs: - name: Ensure .NET Installed uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.1.1 + uses: gittools/actions/gitversion/setup@v4.2.0 with: - versionSpec: '6.0.5' + versionSpec: '6.4.0' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.1.1 + uses: gittools/actions/gitversion/execute@v4.2.0 with: useConfigFile: true diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index e4de09a..ba73041 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -21,16 +21,16 @@ jobs: - name: Ensure .NET Installed uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.1.1 + uses: gittools/actions/gitversion/setup@v4.2.0 with: - versionSpec: '6.0.5' + versionSpec: '6.4.0' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v3.1.1 + uses: gittools/actions/gitversion/execute@v4.2.0 with: useConfigFile: true diff --git a/GitVersion.yml b/GitVersion.yml index be27b2c..e733013 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,5 @@ mode: ContinuousDeployment +next-version: 1.0.0 branches: develop: regex: develop @@ -7,19 +8,12 @@ branches: prevent-increment: when-current-commit-tagged: true source-branches: [] - hotfix: - regex: hotfix[/-] - source-branches: [develop] - prevent-increment: - when-current-commit-tagged: true - is-release-branch: true pull-request: - regex: (pull|pull\-requests|pr)[/-] - label: 'pr' - label-number-pattern: '[/-](?\d+)[-/]' + regex: ^(pull-requests|pull|pr)[\/-](?\d+) + label: 'pr{Number}' increment: Patch is-release-branch: false source-branches: [] ignore: sha: [] -merge-message-formats: {} +merge-message-formats: {} \ No newline at end of file diff --git a/src/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj b/src/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj index 6c6f096..e12bcfe 100644 --- a/src/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj +++ b/src/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj @@ -1,13 +1,13 @@ - net9.0 + net10.0 win-x64 - +