Skip to content

Commit

Permalink
Update GitVersion to 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Dec 12, 2024
1 parent 10d4f06 commit fe476e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions DelegateDecompiler.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
test.cmd = test.cmd
global.json = global.json
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DelegateDecompiler.EntityFramework.Tests", "src\DelegateDecompiler.EntityFramework.Tests\DelegateDecompiler.EntityFramework.Tests.csproj", "{CC1F2D70-08F7-4DA0-963C-E1915F233C45}"
Expand Down
5 changes: 4 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
assembly-versioning-scheme: MajorMinor
mode: ContinuousDeployment
mode: ContinuousDelivery
branches:
main:
label: ci
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.10.3" PrivateAssets="All" />
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit fe476e7

Please sign in to comment.