From bd10cf9d10e400de2f634917787c047f9d687974 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Mon, 6 May 2024 22:39:58 +0500 Subject: [PATCH] Update NuGet package validation tool to latest version --- .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 a3de0d7a5..890982194 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "meziantou.framework.nugetpackagevalidation.tool": { - "version": "1.0.12", + "version": "1.0.14", "commands": [ "meziantou.validate-nuget-package" ]