Skip to content

Commit 0a5216f

Browse files
michaeldemeypavel-alay
authored andcommitted
Updated version to 2.0.0-SNAPSHOT
Autoported commit. Original commit hash: [b35e097e]
1 parent f440df3 commit 0a5216f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

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

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

18-
[assembly: AssemblyVersion("1.1.0.0")]
19-
[assembly: AssemblyFileVersion("1.1.0.0")]
20-
[assembly: AssemblyInformationalVersion("1.1.0-SNAPSHOT")]
18+
[assembly: AssemblyVersion("2.0.0.0")]
19+
[assembly: AssemblyFileVersion("2.0.0.0")]
20+
[assembly: AssemblyInformationalVersion("2.0.0-SNAPSHOT")]
2121

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

itext/itext.html2pdf/Properties/AssemblyInfo.cs

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

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

24-
[assembly: AssemblyVersion("1.1.0.0")]
25-
[assembly: AssemblyFileVersion("1.1.0.0")]
26-
[assembly: AssemblyInformationalVersion("1.1.0-SNAPSHOT")]
24+
[assembly: AssemblyVersion("2.0.0.0")]
25+
[assembly: AssemblyFileVersion("2.0.0.0")]
26+
[assembly: AssemblyInformationalVersion("2.0.0-SNAPSHOT")]
2727

2828
[assembly: Versions.Attributes.KeyVersion("3.0.0.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class Html2PdfProductInfo {
4949
public const String PRODUCT_NAME = "pdfHtml";
5050

5151
/// <summary>The major version number.</summary>
52-
public const int MAJOR_VERSION = 1;
52+
public const int MAJOR_VERSION = 2;
5353

5454
/// <summary>The minor version number.</summary>
5555
public const int MINOR_VERSION = 0;

pdfHTML.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>itext7.pdfhtml</id>
5-
<version>1.1.0-SNAPSHOT</version>
5+
<version>2.0.0-SNAPSHOT</version>
66
<title>iText 7 pdfHTML</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e00c5ff051d0ba35eb920a636fda6dffc4c2b10
1+
b35e097e19a41cadb9ba65d960e8e319c6bb0263

0 commit comments

Comments
 (0)