File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
itext.tests/itext.html2pdf.tests/Properties
itext/itext.html2pdf/Properties Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818[ assembly: AssemblyVersion ( "1.0.4.0" ) ]
1919[ assembly: AssemblyFileVersion ( "1.0.4.0" ) ]
20- [ assembly: AssemblyInformationalVersion ( "1.0.4-SNAPSHOT " ) ]
20+ [ assembly: AssemblyInformationalVersion ( "1.0.4" ) ]
2121
2222#if ! NETSTANDARD1_6
2323[ assembly: NUnit . Framework . Timeout ( 300000 ) ]
Original file line number Diff line number Diff line change 2929
3030[ assembly: AssemblyVersion ( "1.0.4.0" ) ]
3131[ assembly: AssemblyFileVersion ( "1.0.4.0" ) ]
32- [ assembly: AssemblyInformationalVersion ( "1.0.4-SNAPSHOT " ) ]
32+ [ assembly: AssemblyInformationalVersion ( "1.0.4" ) ]
3333
34- [ assembly: Versions . Attributes . KeyVersion ( "3.0.1 .0" ) ]
34+ [ assembly: Versions . Attributes . KeyVersion ( "3.0.2 .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.0.4-SNAPSHOT </version >
5+ <version >1.0.4</version >
66 <title >iText 7 pdfHTML</title >
77 <authors >iText Software</authors >
88 <owners >iText Software</owners >
1818 <tags >itext itext7 itextsharp c# .net csharp pdf html pdfhtml</tags >
1919 <dependencies >
2020 <group targetFramework =" net40" >
21- <dependency id =" itext7" version =" 7.0.7-SNAPSHOT " />
21+ <dependency id =" itext7" version =" 7.0.7" />
2222 </group >
2323 <group targetFramework =" netstandard1.6" >
24- <dependency id =" itext7" version =" 7.0.7-SNAPSHOT " />
24+ <dependency id =" itext7" version =" 7.0.7" />
2525 <dependency id =" NETStandard.Library" version =" 1.6.1" />
2626 </group >
2727 </dependencies >
You can’t perform that action at this time.
0 commit comments