There was an error while loading. Please reload this page.
2 parents 691c3a8 + a234ff3 commit cf8bad6Copy full SHA for cf8bad6
1 file changed
Cake.Recipe/Content/toolsettings.cake
@@ -46,7 +46,7 @@ public static class ToolSettings
46
string gitReleaseManagerTool = "#tool nuget:?package=GitReleaseManager&version=0.11.0",
47
// This is specifically pinned to 5.0.1 as later versions break compatibility with Unix.
48
string gitVersionTool = "#tool nuget:?package=GitVersion.CommandLine&version=5.0.1",
49
- string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2020.2.2",
+ string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2020.2.3",
50
string kuduSyncTool = "#tool nuget:?package=KuduSync.NET&version=1.5.3",
51
string wyamTool = "#tool nuget:?package=Wyam&version=2.2.9",
52
string xunitTool = "#tool nuget:?package=xunit.runner.console&version=2.4.1",
0 commit comments