File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
itext.tests/itext.html2pdf.tests/Properties Expand file tree Collapse file tree 5 files changed +10
-10
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 ( "2.1.8 .0" ) ]
19- [ assembly: AssemblyFileVersion ( "2.1.8 .0" ) ]
20- [ assembly: AssemblyInformationalVersion ( "2.1.8 -SNAPSHOT" ) ]
18+ [ assembly: AssemblyVersion ( "3.0.0 .0" ) ]
19+ [ assembly: AssemblyFileVersion ( "3.0.0 .0" ) ]
20+ [ assembly: AssemblyInformationalVersion ( "3.0.0 -SNAPSHOT" ) ]
2121
2222#if ! NETSTANDARD1_6
2323[ assembly: NUnit . Framework . Timeout ( 300000 ) ]
Original file line number Diff line number Diff line change 3030
3131[ assembly: TypographyVersion ( "2.0.6.0" ) ]
3232
33- [ assembly: AssemblyVersion ( "2.1.8 .0" ) ]
34- [ assembly: AssemblyFileVersion ( "2.1.8 .0" ) ]
35- [ assembly: AssemblyInformationalVersion ( "2.1.8 -SNAPSHOT" ) ]
33+ [ assembly: AssemblyVersion ( "3.0.0 .0" ) ]
34+ [ assembly: AssemblyFileVersion ( "3.0.0 .0" ) ]
35+ [ assembly: AssemblyInformationalVersion ( "3.0.0 -SNAPSHOT" ) ]
3636
3737[ assembly: Versions . Attributes . KeyVersion ( "3.0.6.0" ) ]
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ public class Html2PdfProductInfo {
5050 public const String PRODUCT_NAME = "pdfHtml" ;
5151
5252 /// <summary>The major version number.</summary>
53- public const int MAJOR_VERSION = 2 ;
53+ public const int MAJOR_VERSION = 3 ;
5454
5555 /// <summary>The minor version number.</summary>
56- public const int MINOR_VERSION = 1 ;
56+ public const int MINOR_VERSION = 0 ;
5757 }
5858}
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
33 <metadata >
44 <id >itext7.pdfhtml</id >
5- <version >2.1.8 -SNAPSHOT</version >
5+ <version >3.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- d9dc629363a3187c2cc2226813e0fbd5ce39fc75
1+ 0d5591e0170c2a468fe1c96649051f9adb4f7c6d
You can’t perform that action at this time.
0 commit comments