Skip to content

Commit

Permalink
(cake-contrib#988) bump GitReleaseManager to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed May 15, 2024
1 parent fb00540 commit 1cc16d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Cake.Recipe/Content/toolsettings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static class ToolSettings
string codecovTool = "#tool nuget:?package=codecov&version=1.13.0",
// This is specifically pinned to 0.7.0 as later versions of same package publish .Net Global Tool, rather than full framework version
string coverallsTool = "#tool nuget:?package=coveralls.net&version=0.7.0",
string gitReleaseManagerTool = "#tool nuget:?package=GitReleaseManager&version=0.13.0",
string gitReleaseManagerTool = "#tool nuget:?package=GitReleaseManager&version=0.17.0",
// This is specifically pinned to 5.0.1 as later versions break compatibility with Unix.
string gitVersionTool = "#tool nuget:?package=GitVersion.CommandLine&version=5.0.1",
string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2022.2.3",
Expand Down

0 comments on commit 1cc16d0

Please sign in to comment.