Skip to content

Commit db071b3

Browse files
authored
Merge pull request #15 from tgharold/switch-to-license-tag-not-licenseurl-1
Switch to using PackageLicenseExpression in csproj
2 parents f9bc689 + 7fa4231 commit db071b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageVersion>9.99.999</PackageVersion>
66
<Title>Recurisive DataAnnotations Validation</Title>
77
<Authors>Thomas Harold</Authors>
8-
<PackageLicenseUrl>https://github.com/tgharold/RecursiveDataAnnotationsValidation/blob/master/LICENSE</PackageLicenseUrl>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<RepositoryUrl>https://github.com/tgharold/RecursiveDataAnnotationsValidation</RepositoryUrl>
1010
<PackageTags>dataannotation validator</PackageTags>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)