Skip to content

Commit

Permalink
Use PackageLicenseExpression instead of PackageLicenseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
wdolek committed Sep 26, 2019
1 parent 1508ef0 commit 327a7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageId>W4k.AspNetCore.Correlator</PackageId>
<PackageTags>aspnetcore, correlation, correlation-id, correlationid, request-id, requestid</PackageTags>
<PackageProjectUrl>https://github.com/wdolek/w4k-aspnetcore-correlator</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/wdolek/w4k-aspnetcore-correlator/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/wdolek/w4k-aspnetcore-correlator.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
Expand Down

0 comments on commit 327a7dd

Please sign in to comment.