Skip to content

Commit

Permalink
Merge pull request #554 from gep13/feature/GH-552
Browse files Browse the repository at this point in the history
(GH-552) Use earlier version of GitVersion
  • Loading branch information
AdmiringWorm authored Jul 10, 2020
2 parents d2403e0 + 96fa199 commit 07c2d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake.Recipe/Content/toolsettings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static class ToolSettings
string codecovTool = "#tool nuget:?package=codecov&version=1.12.0",
string coverallsTool = "#tool nuget:?package=coveralls.net&version=1.0.0",
string gitReleaseManagerTool = "#tool nuget:?package=GitReleaseManager&version=0.11.0",
string gitVersionTool = "#tool nuget:?package=GitVersion.CommandLine&version=5.3.4",
string gitVersionTool = "#tool nuget:?package=GitVersion.CommandLine&version=5.0.1",
string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2019.3.4",
string reSharperReportsTool = "#tool nuget:?package=ReSharperReports&version=0.4.0",
string kuduSyncTool = "#tool nuget:?package=KuduSync.NET&version=1.5.3",
Expand Down

0 comments on commit 07c2d1c

Please sign in to comment.