Skip to content

Commit ad38074

Browse files
(GH-1111) Update JetBrains.ReSharper.CommandLineTools reference from 2025.2.2.1 to 2025.2.6
1 parent 081155a commit ad38074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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&addindiscoignore=true",
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.6",
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)