Skip to content

Commit

Permalink
Use PackageLicenseExpression for specifying nuget pkg license type (#97)
Browse files Browse the repository at this point in the history
Fixes error:
```
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
```

Bump pkg version to v1.1.19
  • Loading branch information
jthelin authored Sep 19, 2020
1 parent b7e043a commit a240a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ServerHost/ServerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.18</Version>
<Version>1.1.19</Version>
<Authors>Jorgen Thelin</Authors>
<Copyright>Copyright © Jorgen Thelin 2015-2018</Copyright>
<Description>ServerHost - A .NET Server Hosting utility library, including in-process server host testing.</Description>
<PackageLicenseUrl>https://spdx.org/licenses/Apache-2.0.html</PackageLicenseUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jthelin/ServerHost</PackageProjectUrl>
<PackageReleaseNotes>Release note are on GitHub https://github.com/jthelin/ServerHost/releases</PackageReleaseNotes>
<PackageTags>DotNet Server Host Testing AppDomain</PackageTags>
Expand Down

0 comments on commit a240a97

Please sign in to comment.