Skip to content

Commit dfdc6f3

Browse files
committed
Fixed license issue
1 parent f65f406 commit dfdc6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Synercoding.FileFormats.Pdf/Synercoding.FileFormats.Pdf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
1111
<PackageReleaseNotes>Added the ability to indicate that the PdfWriter does not own the stream.</PackageReleaseNotes>
1212
<PackageProjectUrl>https://github.com/synercoder/FileFormats.Pdf</PackageProjectUrl>
13-
<PackageLicenseUrl>https://github.com/synercoder/FileFormats.Pdf/blob/master/LICENSE</PackageLicenseUrl>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<RepositoryUrl>https://github.com/synercoder/FileFormats.Pdf</RepositoryUrl>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)