Skip to content

Commit

Permalink
(GH-4179) Update GitReleaseManager.Tool to 0.13.0
Browse files Browse the repository at this point in the history
* fixes #4179
  • Loading branch information
devlead authored and augustoproiete committed Jun 29, 2023
1 parent bbdb0e7 commit 26a76fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Install .NET Core Global tools.
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=5.12.0"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=SignClient&version=1.3.155"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitReleaseManager.Tool&version=0.12.1"
#tool "dotnet:https://api.nuget.org/v3/index.json?package=GitReleaseManager.Tool&version=0.13.0"

// Load other scripts.
#load "./build/parameters.cake"
Expand Down

0 comments on commit 26a76fb

Please sign in to comment.