Skip to content

Commit 890f2f8

Browse files
committed
[RELEASE] 5.5.12-SNAPSHOT -> 5.5.12
1 parent 786ee16 commit 890f2f8

File tree

5 files changed

+10
-84
lines changed

5 files changed

+10
-84
lines changed

src/core/iTextSharp/text/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public sealed class Version {
7272
* This String contains the version number of this iText release.
7373
* For debugging purposes, we request you NOT to change this constant.
7474
*/
75-
static private String release = "5.5.12-SNAPSHOT";
75+
static private String release = "5.5.12";
7676

7777
/**
7878
* This String contains the iText version as shown in the producer line.

src/extras/iTextAsian/AssemblyInfo.cs

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
//
5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
//
94
[assembly: AssemblyTitle("iTextAsian")]
105
[assembly: AssemblyDescription("CJK CMAPS for iTextSharp.")]
116
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("")]
13-
[assembly: AssemblyProduct("")]
14-
[assembly: AssemblyCopyright("Copyright (C) 1999-2012 by Bruno Lowagie and Paulo Soares. All Rights Reserved.")]
7+
[assembly: AssemblyCompany("iText Group NV")]
8+
[assembly: AssemblyProduct("iTextAsian")]
9+
[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
1510
[assembly: AssemblyTrademark("")]
1611
[assembly: AssemblyCulture("")]
1712

18-
//
19-
// Version information for an assembly consists of the following four values:
20-
//
21-
// Major Version
22-
// Minor Version
23-
// Build Number
24-
// Revision
25-
//
26-
// You can specify all the values or you can default the Revision and Build Numbers
27-
// by using the '*' as shown below:
28-
2913
[assembly: AssemblyVersion("2.1")]

src/extras/iTextSharp.xtra/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[assembly: AssemblyDescription("Extra functionality for iTextSharp, a free PDF library ported from Java iText.")]
77

88
[assembly: AssemblyConfiguration("")]
9-
[assembly: AssemblyCompany("")]
9+
[assembly: AssemblyCompany("iText Group NV")]
1010
[assembly: AssemblyProduct("iTextSharp.xtra")]
1111
[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
1212
[assembly: AssemblyTrademark("")]
Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,15 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
//
5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
//
94
[assembly: AssemblyTitle("itext-hyph-xml")]
105
[assembly: AssemblyDescription("Hyphenation patterns for iTextSharp.")]
116
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("")]
13-
[assembly: AssemblyProduct("")]
14-
[assembly: AssemblyCopyright("Copyright (C) 1999-2014 by Bruno Lowagie and Paulo Soares. All Rights Reserved.")]
7+
[assembly: AssemblyCompany("iText Group NV")]
8+
[assembly: AssemblyProduct("itext-hyph-xml")]
9+
[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
1510
[assembly: AssemblyTrademark("")]
1611
[assembly: AssemblyCulture("")]
1712

18-
//
19-
// Version information for an assembly consists of the following four values:
20-
//
21-
// Major Version
22-
// Minor Version
23-
// Build Number
24-
// Revision
25-
//
26-
// You can specify all the values or you can default the Revision and Build Numbers
27-
// by using the '*' as shown below:
28-
2913
[assembly: AssemblyVersion("2.0.0")]
3014

31-
//
32-
// In order to sign your assembly you must specify a key to use. Refer to the
33-
// Microsoft .NET Framework documentation for more information on assembly signing.
34-
//
35-
// Use the attributes below to control which key is used for signing.
36-
//
37-
// Notes:
38-
// (*) If no key is specified, the assembly is not signed.
39-
// (*) KeyName refers to a key that has been installed in the Crypto Service
40-
// Provider (CSP) on your machine. KeyFile refers to a file which contains
41-
// a key.
42-
// (*) If the KeyFile and the KeyName values are both specified, the
43-
// following processing occurs:
44-
// (1) If the KeyName can be found in the CSP, that key is used.
45-
// (2) If the KeyName does not exist and the KeyFile does exist, the key
46-
// in the KeyFile is installed into the CSP and used.
47-
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
48-
// When specifying the KeyFile, the location of the KeyFile should be
49-
// relative to the project output directory which is
50-
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
51-
// located in the project directory, you would specify the AssemblyKeyFile
52-
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
53-
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
54-
// documentation for more information on this.
55-
//
5615
[assembly: AssemblyDelaySign(false)]

src/extras/itextsharp.sandbox/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,18 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
85
[assembly: AssemblyTitle("itextsharp.sandbox")]
96
[assembly: AssemblyDescription("")]
107
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
8+
[assembly: AssemblyCompany("iText Group NV")]
129
[assembly: AssemblyProduct("itextsharp.sandbox")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
10+
[assembly: AssemblyCopyright("Copyright (C) 1999-2017 by iText Group NV")]
1411
[assembly: AssemblyTrademark("")]
1512
[assembly: AssemblyCulture("")]
1613

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
2014
[assembly: ComVisible(false)]
2115

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
2316
[assembly: Guid("230cab15-8151-4ddd-9578-97425dc9e99e")]
2417

25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
3518
[assembly: AssemblyVersion("1.0.0.0")]
3619
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)