From 35fefdfffe5024b4ee5286a234c68204ac5382ce Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Tue, 27 Jun 2023 21:48:02 +0200 Subject: [PATCH] Update package validation tool to v1.0.12 --- .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 516b7dafe..87d6ac9db 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "meziantou.framework.nugetpackagevalidation.tool": { - "version": "1.0.9", + "version": "1.0.12", "commands": [ "meziantou.validate-nuget-package" ]