Skip to content

Commit d44c099

Browse files
committed
Change deprecated iconUrl icon to icon tag in nuspec files
DEVSIX-3527
1 parent 39a1bb3 commit d44c099

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

ITSC-avatar.png

2.7 KB
Loading

itext/itext.font-asian/iText Asian Font.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/</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>iText Asian fonts for use in conjunction with iText 7, an open source PDF library</description>
1414
<summary></summary>
@@ -24,5 +24,6 @@
2424
<file src="bin\Release\netstandard1.6\itext.font_asian.xml" target="lib\netstandard1.6" />
2525
<file src="..\..\gnu-agpl-v3.0.md" target="" />
2626
<file src="..\..\LICENSE.md" target="" />
27+
<file src="..\..\ITSC-avatar.png" target="" />
2728
</files>
2829
</package>

itext/itext.hyph/iText Hyph.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/</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>XML files that can be used for hyphenation with iText 7, an open source PDF library</description>
1414
<summary></summary>
@@ -24,5 +24,6 @@
2424
<file src="bin\Release\netstandard1.6\itext.hyph.xml" target="lib\netstandard1.6" />
2525
<file src="..\..\gnu-agpl-v3.0.md" target="" />
2626
<file src="..\..\LICENSE.md" target="" />
27+
<file src="..\..\ITSC-avatar.png" target="" />
2728
</files>
2829
</package>

itext/itext.pdftest/itext7-pdftest.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/</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>A special module for test purposes</description>
1414
<summary></summary>
@@ -27,5 +27,6 @@
2727
<file src="itext7.pdftest.props" target="Build" />
2828
<file src="..\..\gnu-agpl-v3.0.md" target="" />
2929
<file src="..\..\LICENSE.md" target="" />
30+
<file src="..\..\ITSC-avatar.png" target="" />
3031
</files>
3132
</package>

itext7.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/</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>iText 7 represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow. iText 7 allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in .NET.</description>
1414
<summary>iText for .NET is a library for PDF generation written entirely in C# for the .NET platform.</summary>
@@ -79,5 +79,6 @@
7979
<file src="itext\itext.svg\bin\Release\netstandard1.6\itext.svg.xml" target="lib\netstandard1.6" />
8080
<file src="gnu-agpl-v3.0.md" target="" />
8181
<file src="LICENSE.md" target="" />
82+
<file src="ITSC-avatar.png" target="" />
8283
</files>
8384
</package>

0 commit comments

Comments
 (0)