Skip to content

Commit 5ec33ba

Browse files
(cake-contribGH-1082) Update JetBrains.ReSharper.CommandLineTools reference from 2025.2.2.1 to 2025.2.3
1 parent d46f95a commit 5ec33ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Cake.Recipe/Content/toolsettings.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static class ToolSettings
4040
string gitReleaseManagerTool = "#tool nuget:?package=GitReleaseManager&version=0.20.0",
4141
// This is specifically pinned to 5.0.1 as later versions break compatibility with Unix.
4242
string gitVersionTool = "#tool nuget:?package=GitVersion.CommandLine&version=5.0.1",
43-
string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2025.2.2.1",
43+
string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2025.2.3",
4444
string xunitTool = "#tool nuget:?package=xunit.runner.console&version=2.9.3",
4545
string nunitTool = "#tool nuget:?package=NUnit.ConsoleRunner&version=3.20.1",
4646
string nugetTool = "#tool nuget:?package=NuGet.CommandLine&version=6.14.0",

0 commit comments

Comments
 (0)