Skip to content

Commit

Permalink
Fix package license
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Aug 6, 2022
1 parent 8f9e66c commit 09943f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ListDiff/ListDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageDescription>Calculate a diff between any two lists and optionally merge them to aid in synchronizing data.</PackageDescription>
<PackageAuthors>Frank A. Krueger</PackageAuthors>
<PackageOwners>Frank A. Krueger</PackageOwners>
<PackageLicenseType>MIT</PackageLicenseType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/praeclarum/ListDiff</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 09943f6

Please sign in to comment.