From 504958b9824b9d5711386282003b06142ef2c625 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 27 Sep 2024 11:49:48 +0900 Subject: [PATCH] Update to latest velopack with signing fix --- .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 7d1f83a..5e66d87 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "vpk": { - "version": "0.0.598-g933b2ab", + "version": "0.0.630-g9c52e40", "commands": [ "vpk" ]