Skip to content

Commit

Permalink
Merge pull request #54 from nils-a/release/3.0.0
Browse files Browse the repository at this point in the history
Release/3.0.0
  • Loading branch information
nils-a authored Jul 25, 2024
2 parents 54ecb1c + 839619d commit 5e68c88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake', '.config/dotnet-tools.json') }}
- name: Set up git version
if: ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
uses: gittools/actions/gitversion/setup@d2063e59b58a89fa78aa5efa39f6efb8ffea7308 # v2.0.1
uses: gittools/actions/gitversion/setup@a94a3b62ee018ef5346cb08fd0d63d93811fe691 # v3.0.0
with:
versionSpec: "5.x"
- name: Run git version
if: ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
id: gitversion
uses: gittools/actions/gitversion/execute@d2063e59b58a89fa78aa5efa39f6efb8ffea7308 # v2.0.1
uses: gittools/actions/gitversion/execute@a94a3b62ee018ef5346cb08fd0d63d93811fe691 # v3.0.0
- name: Create release branch ${{ github.event.inputs.version }}
if: ${{ steps.gitversion.outputs.majorMinorPatch }}
run: git switch -c release/${{ steps.gitversion.outputs.majorMinorPatch }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (windows-2022)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)

Check warning on line 1 in Source/Cake.Chocolatey.Module/Cake.Chocolatey.Module.csproj

View workflow job for this annotation

GitHub Actions / build (macos-12)

Cake.Core is referenced in version 3.0.0. Recommended version is 4.0.0. (see https://***.github.io/CakeContrib.Guidelines/rules/ccg0009)
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CodeAnalysisRuleSet>$(ProjectDir)../Cake.Chocolatey.Module.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<CakeVersion>2.0.0</CakeVersion>
<CakeVersion>3.0.0</CakeVersion>
</PropertyGroup>
</Project>

0 comments on commit 5e68c88

Please sign in to comment.