From a240a9714c59c34002e54671b97d00eb2915eab4 Mon Sep 17 00:00:00 2001 From: Jorgen Thelin Date: Fri, 18 Sep 2020 23:54:37 -0700 Subject: [PATCH] Use PackageLicenseExpression for specifying nuget pkg license type (#97) Fixes error: ``` The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead. ``` Bump pkg version to v1.1.19 --- ServerHost/ServerHost.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerHost/ServerHost.csproj b/ServerHost/ServerHost.csproj index 261c6e7..91e7769 100644 --- a/ServerHost/ServerHost.csproj +++ b/ServerHost/ServerHost.csproj @@ -11,11 +11,11 @@ true - 1.1.18 + 1.1.19 Jorgen Thelin Copyright © Jorgen Thelin 2015-2018 ServerHost - A .NET Server Hosting utility library, including in-process server host testing. - https://spdx.org/licenses/Apache-2.0.html + Apache-2.0 https://github.com/jthelin/ServerHost Release note are on GitHub https://github.com/jthelin/ServerHost/releases DotNet Server Host Testing AppDomain