Skip to content

Commit 5dd50f2

Browse files
committed
[efad2945] Update product name
1 parent abaa8db commit 5dd50f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

itext.tests/itext.html2pdf.tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
[assembly: Guid("ae4e5743-0665-4705-9a33-07ea57cdd269")]
1717

18-
[assembly: AssemblyVersion("1.0.0.0")]
19-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("1.0.0.2")]
19+
[assembly: AssemblyFileVersion("1.0.0.2")]
2020

2121
#if !NETSTANDARD1_6
2222
[assembly: NUnit.Framework.Timeout(300000)]

itext/itext.html2pdf/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
[assembly: Guid("ff6ba09d-3655-466a-8c17-a7bfd3479ca1")]
2323

24-
[assembly: AssemblyVersion("1.0.0.0")]
25-
[assembly: AssemblyFileVersion("1.0.0.0")]
24+
[assembly: AssemblyVersion("1.0.0.2")]
25+
[assembly: AssemblyFileVersion("1.0.0.2")]

itext/itext.html2pdf/itext/html2pdf/Html2PdfProductInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ source product.
4343

4444
namespace iText.Html2pdf {
4545
public class Html2PdfProductInfo {
46-
public const String PRODUCT_NAME = "html2pdf";
46+
public const String PRODUCT_NAME = "pdfHtml";
4747

4848
public const int MAJOR_VERSION = 1;
4949

0 commit comments

Comments
 (0)