Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Correct capitalization of MS-PL license expression
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Aug 18, 2020
1 parent e6d2d2b commit 3a98b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Copyright>© Andrew Arnott. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/aarnott/pclcrypto/</PackageProjectUrl>
<PackageIcon>icon_64x64.png</PackageIcon>
<PackageLicenseExpression>Ms-PL</PackageLicenseExpression>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand Down

0 comments on commit 3a98b42

Please sign in to comment.