File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
itext.tests/itext.html2pdf.tests/Properties
itext/itext.html2pdf/Properties Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77[ assembly: AssemblyConfiguration ( "" ) ]
88[ assembly: AssemblyCompany ( "iText Group NV" ) ]
99[ assembly: AssemblyProduct ( "iText" ) ]
10- [ assembly: AssemblyCopyright ( "Copyright (c) 1998-2017 iText Group NV" ) ]
10+ [ assembly: AssemblyCopyright ( "Copyright (c) 1998-2018 iText Group NV" ) ]
1111[ assembly: AssemblyTrademark ( "" ) ]
1212[ assembly: AssemblyCulture ( "" ) ]
1313
1717
1818[ assembly: AssemblyVersion ( "2.0.1.0" ) ]
1919[ assembly: AssemblyFileVersion ( "2.0.1.0" ) ]
20- [ assembly: AssemblyInformationalVersion ( "2.0.1-SNAPSHOT " ) ]
20+ [ assembly: AssemblyInformationalVersion ( "2.0.1" ) ]
2121
2222#if ! NETSTANDARD1_6
2323[ assembly: NUnit . Framework . Timeout ( 300000 ) ]
Original file line number Diff line number Diff line change 77[ assembly: AssemblyConfiguration ( "" ) ]
88[ assembly: AssemblyCompany ( "iText Group NV" ) ]
99[ assembly: AssemblyProduct ( "iText" ) ]
10- [ assembly: AssemblyCopyright ( "Copyright (c) 1998-2017 iText Group NV" ) ]
10+ [ assembly: AssemblyCopyright ( "Copyright (c) 1998-2018 iText Group NV" ) ]
1111[ assembly: AssemblyTrademark ( "" ) ]
1212[ assembly: AssemblyCulture ( "" ) ]
1313[ assembly: InternalsVisibleTo ( "itext.html2pdf.tests,PublicKey=0024000004800000940000000602000000240000525" +
2929
3030[ assembly: AssemblyVersion ( "2.0.1.0" ) ]
3131[ assembly: AssemblyFileVersion ( "2.0.1.0" ) ]
32- [ assembly: AssemblyInformationalVersion ( "2.0.1-SNAPSHOT " ) ]
32+ [ assembly: AssemblyInformationalVersion ( "2.0.1" ) ]
3333
34- [ assembly: Versions . Attributes . KeyVersion ( "3.0.0 .0" ) ]
34+ [ assembly: Versions . Attributes . KeyVersion ( "3.0.1 .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 >2.0.1-SNAPSHOT </version >
5+ <version >2.0.1</version >
66 <title >iText 7 pdfHTML</title >
77 <authors >iText Software</authors >
88 <owners >iText Software</owners >
1313 <description >pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts them to PDF.</description >
1414 <summary ></summary >
1515 <releaseNotes >http://itextpdf.com/itext7release</releaseNotes >
16- <copyright >Copyright (c) 1998-2017 iText Group NV</copyright >
16+ <copyright >Copyright (c) 1998-2018 iText Group NV</copyright >
1717 <language >en-US</language >
1818 <tags >itext itext7 itextsharp c# .net csharp pdf html pdfhtml</tags >
1919 <dependencies >
2020 <group targetFramework =" net40" >
21- <dependency id =" itext7" version =" 7.1.1-SNAPSHOT " />
21+ <dependency id =" itext7" version =" 7.1.1" />
2222 <dependency id =" Common.Logging" version =" 3.4.1" />
2323 </group >
2424 <group targetFramework =" netstandard1.6" >
25- <dependency id =" itext7" version =" 7.1.1-SNAPSHOT " />
25+ <dependency id =" itext7" version =" 7.1.1" />
2626 <dependency id =" Common.Logging" version =" 3.4.1" />
2727 <dependency id =" NETStandard.Library" version =" 1.6.1" />
2828 </group >
You can’t perform that action at this time.
0 commit comments