Skip to content

Commit 12e29ab

Browse files
[fix]: Bumps GitVersion.Tool
Update to the latest stable version of GitVersion.Tool that supports .NET 6. Resolves #2791. Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
1 parent d79ca99 commit 12e29ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/Lifetime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public override void Setup(Context context)
4242
new Project { Name = "Octokit.Tests.Integration", Path = "./Octokit.Tests.Integration/Octokit.Tests.Integration.csproj", IntegrationTests = true }
4343
};
4444

45-
context.GitVersionToolPath = ToolInstaller.DotNetToolInstall(context, "GitVersion.Tool", "5.6.5", "dotnet-gitversion");
45+
context.GitVersionToolPath = ToolInstaller.DotNetToolInstall(context, "GitVersion.Tool", "5.12.0", "dotnet-gitversion");
4646
ToolInstaller.DotNetToolInstall(context, "coverlet.console", "1.7.2", "coverlet");
4747

4848
// Calculate semantic version.

0 commit comments

Comments
 (0)