Skip to content

Commit

Permalink
(cake-contribGH-988) Update GitReleaseManager reference from 0.13.0 t…
Browse files Browse the repository at this point in the history
…o 0.14.0
  • Loading branch information
cake-contrib-bot committed Aug 23, 2023
1 parent 64cf323 commit b007411
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.14.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 b007411

Please sign in to comment.