Skip to content

Commit 80cb3f8

Browse files
committed
Change deprecated iconUrl icon to icon tag in nuspec files
DEVSIX-3527
1 parent aa0d8db commit 80cb3f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ITSC-avatar.png

2.7 KB
Loading

pdfHTML.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>iText Software</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/en/products/itext-7/pdfhtml</projectUrl>
11-
<iconUrl>https://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
11+
<icon>ITSC-avatar.png</icon>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>pdfHTML is an iText 7 add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.</description>
1414
<summary>pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts them to PDF.</summary>
@@ -35,5 +35,6 @@
3535
<file src="itext\itext.html2pdf\bin\Release\netstandard1.6\itext.html2pdf.xml" target="lib\netstandard1.6" />
3636
<file src="gnu-agpl-v3.0.md" target="" />
3737
<file src="LICENSE.md" target="" />
38+
<file src="ITSC-avatar.png" target="" />
3839
</files>
3940
</package>

0 commit comments

Comments
 (0)