File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
itext.tests/itext.html2pdf.tests/Properties Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- 8e00c5ff051d0ba35eb920a636fda6dffc4c2b10
1+ b35e097e19a41cadb9ba65d960e8e319c6bb0263
You can’t perform that action at this time.
0 commit comments