From 79c5e2ad34ebdad3355edd4d008eec8b4a10d665 Mon Sep 17 00:00:00 2001 From: "C. Augusto Proiete" Date: Sun, 7 Feb 2021 18:59:23 -0400 Subject: [PATCH] Bump Cake.Tool to v1.0.0 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a711a6b..7d8ac9e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "0.38.5", + "version": "1.0.0", "commands": [ "dotnet-cake" ]