From 32aafc0be62157993fcf844e371cc8f0fc76c784 Mon Sep 17 00:00:00 2001 From: Seth Hendrick Date: Mon, 21 Nov 2022 17:25:24 -0500 Subject: [PATCH] Update examples to 3.0.0. --- Examples/Includes.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Includes.cake b/Examples/Includes.cake index 7afeccf..8995941 100644 --- a/Examples/Includes.cake +++ b/Examples/Includes.cake @@ -5,7 +5,7 @@ // // For binding arguments. -#addin nuget:?package=Cake.ArgumentBinder&version=2.0.0 +#addin nuget:?package=Cake.ArgumentBinder&version=3.0.0 using System; using System.Linq;