From 622ccc2fabfd450cce12c8a2ccac51552119772a Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Thu, 11 Apr 2024 10:23:42 +0100 Subject: [PATCH] (build) Update to latest Recipe package While not "required" for this repository, updating all usages of the Recipe package to the latest version, now that a build issue has been addressed with the Chocolatey GUI Licensed Extension build. --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 988ee2f55..a16855092 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Chocolatey.Cake.Recipe&version=0.26.3 +#load nuget:?package=Chocolatey.Cake.Recipe&version=0.26.4 /////////////////////////////////////////////////////////////////////////////// // MODULES