Skip to content

Commit 294d73a

Browse files
committed
Update schema version and add license to nuspec
DEVSIX-2935
1 parent d5b8577 commit 294d73a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pdfHTML.nuspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>itext7.pdfhtml</id>
55
<version>2.1.4-SNAPSHOT</version>
66
<title>iText 7 pdfHTML</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
9-
<licenseUrl>http://itextpdf.com/legal</licenseUrl>
9+
<licenseUrl>http://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>http://itextpdf.com/</projectUrl>
1111
<iconUrl>http://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
@@ -32,5 +32,7 @@
3232
<file src="itext\itext.html2pdf\bin\Release\net40\itext.html2pdf.xml" target="lib\net40" />
3333
<file src="itext\itext.html2pdf\bin\Release\netstandard1.6\itext.html2pdf.dll" target="lib\netstandard1.6" />
3434
<file src="itext\itext.html2pdf\bin\Release\netstandard1.6\itext.html2pdf.xml" target="lib\netstandard1.6" />
35+
<file src="gnu-agpl-v3.0.md" target="" />
36+
<file src="LICENSE.md" target="" />
3537
</files>
3638
</package>

0 commit comments

Comments
 (0)