From c5374a1f359aa885033dc0fb558d2221f0faaac3 Mon Sep 17 00:00:00 2001 From: cake-contrib-bot Date: Tue, 28 Jul 2020 13:09:21 +0100 Subject: [PATCH] (GH-585) Update coveralls.net reference from 0.7.0 to 1.0.0 --- Cake.Recipe/Content/toolsettings.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cake.Recipe/Content/toolsettings.cake b/Cake.Recipe/Content/toolsettings.cake index 47868c07..a9f272d3 100644 --- a/Cake.Recipe/Content/toolsettings.cake +++ b/Cake.Recipe/Content/toolsettings.cake @@ -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",