Skip to content

Commit b1db5c6

Browse files
author
Denis Ivanov
committed
Fixed warning about license.
1 parent 610ce41 commit b1db5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AngleSharp.XPath/AngleSharp.XPath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<FileVersion>1.1.0</FileVersion>
1111
<Description>XPath support for AngleSharp</Description>
1212
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
13-
<PackageLicenseUrl>https://github.com/AngleSharp/AngleSharp.XPath/blob/master/LICENSE</PackageLicenseUrl>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageTags>HTML XPath AngleSharp</PackageTags>
1515
<SignAssembly>true</SignAssembly>
1616
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)