Skip to content

Commit

Permalink
(cake-contribGH-585) Update coveralls.net reference from 0.7.0 to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-contrib-bot committed Jul 28, 2020
1 parent 79062e3 commit c5374a1
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 @@ -39,7 +39,7 @@ public static class ToolSettings

public static void SetToolPreprocessorDirectives(
string codecovTool = "#tool nuget:?package=codecov&version=1.12.1",
string coverallsTool = "#tool nuget:?package=coveralls.net&version=0.7.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.0.1",
string reSharperTools = "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2019.3.4",
Expand Down

0 comments on commit c5374a1

Please sign in to comment.