File tree Expand file tree Collapse file tree 14 files changed +25
-25
lines changed Expand file tree Collapse file tree 14 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >iTextAsian</id >
5
- <version >2.1-SNAPSHOT </version >
5
+ <version >2.1</version >
6
6
<title >iTextSharp.xtra</title >
7
7
<authors >iText Software</authors >
8
8
<owners >Bruno Lowagie,Paulo Soares,et al.</owners >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >itext-hyph-xml</id >
5
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0</version >
6
6
<title >iTextSharp.xtra</title >
7
7
<authors >iText Software</authors >
8
8
<owners >Bruno Lowagie,Paulo Soares,et al.</owners >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >iTextSharp</id >
5
- <version >5.5.14-SNAPSHOT </version >
5
+ <version >5.5.13.4 </version >
6
6
<title >iTextSharp</title >
7
7
<authors >iText Software</authors >
8
8
<owners >Bruno Lowagie,Paulo Soares</owners >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >itextsharp.pdfa</id >
5
- <version >5.5.14-SNAPSHOT </version >
5
+ <version >5.5.13.4 </version >
6
6
<title >iTextSharp.pdfa</title >
7
7
<authors >iText Software</authors >
8
8
<owners >Bruno Lowagie,Paulo Soares,et al.</owners >
@@ -31,7 +31,7 @@ iText Community: https://www.nuget.org/packages/itext/</summary>
31
31
<language >en-US</language >
32
32
<tags >itext itextsharp c# csharp .net pdf pdfa</tags >
33
33
<dependencies >
34
- <dependency id =" iTextSharp" version =" 5.5.14-SNAPSHOT " />
34
+ <dependency id =" iTextSharp" version =" 5.5.13.4 " />
35
35
</dependencies >
36
36
</metadata >
37
37
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >itextsharp.xmlworker</id >
5
- <version >5.5.14-SNAPSHOT </version >
5
+ <version >5.5.13.4 </version >
6
6
<title >iTextSharp XML Worker</title >
7
7
<authors >iText Software</authors >
8
8
<owners >Bruno Lowagie,Paulo Soares,et al.</owners >
@@ -32,7 +32,7 @@ XMLWorker is an extra component for iTextSharp. The first XML to PDF implementat
32
32
<language >en-US</language >
33
33
<tags >itext itextsharp c# csharp xml worker pdf html xhtml css</tags >
34
34
<dependencies >
35
- <dependency id =" iTextSharp" version =" 5.5.14-SNAPSHOT " />
35
+ <dependency id =" iTextSharp" version =" 5.5.13.4 " />
36
36
</dependencies >
37
37
</metadata >
38
38
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >itextsharp.xtra</id >
5
- <version >5.5.14-SNAPSHOT </version >
5
+ <version >5.5.13.4 </version >
6
6
<title >iTextSharp.xtra</title >
7
7
<authors >iText Software</authors >
8
8
<owners >Bruno Lowagie,Paulo Soares,et al.</owners >
@@ -31,7 +31,7 @@ iText Community: https://www.nuget.org/packages/itext/</summary>
31
31
<language >en-US</language >
32
32
<tags >itext itextsharp c# csharp .net pdf</tags >
33
33
<dependencies >
34
- <dependency id =" iTextSharp" version =" 5.5.14-SNAPSHOT " />
34
+ <dependency id =" iTextSharp" version =" 5.5.13.4 " />
35
35
</dependencies >
36
36
</metadata >
37
37
Original file line number Diff line number Diff line change 19
19
20
20
[ assembly: KeyVersion ( "3.1.1.0" ) ]
21
21
22
- [ assembly: AssemblyVersion ( "5.5.14 " ) ]
23
- [ assembly: AssemblyInformationalVersion ( "5.5.14-SNAPSHOT " ) ]
22
+ [ assembly: AssemblyVersion ( "5.5.13.4 " ) ]
23
+ [ assembly: AssemblyInformationalVersion ( "5.5.13.4 " ) ]
Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ public sealed class Version {
77
77
* This String contains the version number of this iText release.
78
78
* For debugging purposes, we request you NOT to change this constant.
79
79
*/
80
- private const String release = "5.5.14-SNAPSHOT " ;
80
+ private const String release = "5.5.13.4 " ;
81
81
82
82
/**
83
83
* This String contains the iText version as shown in the producer line.
84
84
* iText is a product developed by iText Group NV.
85
85
* iText Group requests that you retain the iText producer line
86
86
* in every PDF that is created or manipulated using iText.
87
87
*/
88
- private String iTextVersion = iText + " " + release + " \u00a9 2000-2020 iText Group NV" ;
88
+ private String iTextVersion = iText + " " + release + " \u00a9 2000-2024 iText Group NV" ;
89
89
90
90
/**
91
91
* The license key.
Original file line number Diff line number Diff line change 12
12
[ assembly: AssemblyTrademark ( "" ) ]
13
13
[ assembly: AssemblyCulture ( "" ) ]
14
14
15
- [ assembly: AssemblyVersion ( "5.5.14 " ) ]
16
- [ assembly: AssemblyInformationalVersion ( "5.5.14-SNAPSHOT " ) ]
15
+ [ assembly: AssemblyVersion ( "5.5.13.4 " ) ]
16
+ [ assembly: AssemblyInformationalVersion ( "5.5.13.4 " ) ]
Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: Guid ( "ad182706-8617-4e07-ac63-2f1b88ebb671" ) ]
17
17
18
- [ assembly: AssemblyVersion ( "5.5.14 " ) ]
19
- [ assembly: AssemblyInformationalVersion ( "5.5.14-SNAPSHOT " ) ]
18
+ [ assembly: AssemblyVersion ( "5.5.13.4 " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "5.5.13.4 " ) ]
Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: Guid ( "e1d9164b-61e9-4efa-9758-14406d5034cd" ) ]
17
17
18
- [ assembly: AssemblyVersion ( "5.5.14 " ) ]
19
- [ assembly: AssemblyInformationalVersion ( "5.5.14-SNAPSHOT " ) ]
18
+ [ assembly: AssemblyVersion ( "5.5.13.4 " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "5.5.13.4 " ) ]
Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: Guid ( "6d44f434-c50b-4232-87eb-853990beef3b" ) ]
17
17
18
- [ assembly: AssemblyVersion ( "5.5.14 " ) ]
19
- [ assembly: AssemblyInformationalVersion ( "5.5.14-SNAPSHOT " ) ]
18
+ [ assembly: AssemblyVersion ( "5.5.13.4 " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "5.5.13.4 " ) ]
Original file line number Diff line number Diff line change 15
15
16
16
[ assembly: Guid ( "f9ca61f8-a39e-4bcf-bf38-f58ea5f0b42a" ) ]
17
17
18
- [ assembly: AssemblyVersion ( "5.5.14 " ) ]
19
- [ assembly: AssemblyInformationalVersion ( "5.5.14-SNAPSHOT " ) ]
18
+ [ assembly: AssemblyVersion ( "5.5.13.4 " ) ]
19
+ [ assembly: AssemblyInformationalVersion ( "5.5.13.4 " ) ]
20
20
Original file line number Diff line number Diff line change 16
16
17
17
[ assembly: Guid ( "12ef9c6c-372c-4ba1-9104-89a92a97ff9a" ) ]
18
18
19
- [ assembly: AssemblyVersion ( "5.5.14 " ) ]
20
- [ assembly: AssemblyInformationalVersion ( "5.5.14-SNAPSHOT " ) ]
19
+ [ assembly: AssemblyVersion ( "5.5.13.4 " ) ]
20
+ [ assembly: AssemblyInformationalVersion ( "5.5.13.4 " ) ]
You can’t perform that action at this time.
0 commit comments