Skip to content

Commit

Permalink
fix: use PackageLicenseFile instead of url (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Apr 12, 2024
1 parent 313ee9b commit b6eaefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PublicSuffix/PublicSuffix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>Brandy.PublicSuffix</RootNamespace>
<Description>PublicSuffix - Domain Name parser using Mozilla's Public Suffix List (https://publicsuffix.org/)</Description>
<Copyright>Copyright © Alexander Zaytsev 2014-2019</Copyright>
<PackageLicenseUrl>https://github.com/hazzik/PublicSuffix/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/hazzik/PublicSuffix</PackageProjectUrl>
<PackageTags>public;suffix;public-suffix;domain;parser</PackageTags>
<TargetFrameworks>net35;net462;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
Expand Down

0 comments on commit b6eaefa

Please sign in to comment.