Skip to content

Commit

Permalink
Replacing PackageLicenseUrl with PackageLicenseExpression. (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaiseD authored Apr 2, 2023
1 parent 18c37f1 commit fd47b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageId>AutoMapper.Extensions.ExpressionMapping</PackageId>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>http://automapper.org</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/AutoMapper/AutoMapper.Extensions.ExpressionMapping/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/AutoMapper/AutoMapper.Extensions.ExpressionMapping</RepositoryUrl>
<MinVerTagPrefix>v</MinVerTagPrefix>
Expand Down

0 comments on commit fd47b84

Please sign in to comment.