From b1f0e44d92f96919c30a1efbe33db2eeeb29f393 Mon Sep 17 00:00:00 2001 From: Christian Steinert Date: Thu, 5 Aug 2021 21:03:01 +0200 Subject: [PATCH] Change License Tag in the *.csproj file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … from PackageLicenseUrl to PackageLicenseExpression to conform with current standard. See https://docs.microsoft.com/en-us/nuget/consume-packages/finding-and-choosing-packages#license-url-deprecation and https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-a-license-expression-or-a-license-file --- QueryBuilder/QueryBuilder.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QueryBuilder/QueryBuilder.csproj b/QueryBuilder/QueryBuilder.csproj index ffcce676..6335a971 100755 --- a/QueryBuilder/QueryBuilder.csproj +++ b/QueryBuilder/QueryBuilder.csproj @@ -14,7 +14,7 @@ sql;query-builder;dynamic-query https://github.com/sqlkata/querybuilder https://github.com/sqlkata/querybuilder - https://github.com/sqlkata/querybuilder/licence + MIT true git https://github.com/sqlkata/querybuilder @@ -27,4 +27,4 @@ - \ No newline at end of file +