We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 331d6ef + 310acb4 commit df2cb57Copy full SHA for df2cb57
1 file changed
cake.cs
@@ -8,7 +8,7 @@
8
Setup(
9
static context => {
10
InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=DPI&version=2026.2.11.364");
11
- InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=6.6.0");
+ InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=6.6.1");
12
var assertedVersions = context.GitVersion(new GitVersionSettings
13
{
14
OutputType = GitVersionOutput.Json
0 commit comments