From 70bbc2491140f599682b838dc8a9afca4464af64 Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Sat, 14 May 2022 22:56:59 +0200 Subject: [PATCH] Update Cake to 2.2.0 --- dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index b83e5bb..48dd38c 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "2.1.0", + "version": "2.2.0", "commands": [ "dotnet-cake" ]