Skip to content

Commit fd0ed92

Browse files
committed
Update AssemblyInfo.cs
1 parent c9cedde commit fd0ed92

File tree

18 files changed

+134
-427
lines changed

18 files changed

+134
-427
lines changed

itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.barcodes.tests")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.barcodes.tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Barcodes.Tests")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("d015a3aa-613c-45d9-b908-7d47c4b613af")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext.tests/itext.forms.tests/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.forms.tests")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.forms.tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Forms.Tests")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("6fe2f714-6b3e-4b20-8c70-28bfce084ed2")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext.tests/itext.io.tests/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.io.tests")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.io.tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.IO.Tests")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("a53a5dd3-787b-4563-8778-1d76bdad57ba")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext.tests/itext.kernel.tests/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.kernel.tests")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.kernel.tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Kernel.Tests")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("02e54061-eb72-409d-b2c0-307ce66b57e9")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext.tests/itext.layout.tests/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.layout.tests")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.layout.tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Layout.Tests")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("9ad347a8-ea5b-462b-810c-998f04471bb7")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext.tests/itext.pdfa.tests/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.pdfa.tests")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.pdfa.tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Pdfa.Tests")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("b7c0e021-71ac-4c97-9a51-8356f1bd53c7")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext.tests/itext.sign.tests/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.sign.tests")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.sign.tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Sign.Tests")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("be15bdf3-b184-4e2f-8459-ebee3160e19d")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext/itext.barcodes/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
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.
8-
[assembly: AssemblyTitle("itext.barcodes")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.barcodes")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Barcodes")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 iText Group NV")]
1411
[assembly: AssemblyTrademark("")]
1512
[assembly: AssemblyCulture("")]
1613
[assembly: InternalsVisibleTo("itext.barcodes.tests,PublicKey=0024000004800000940000000602000000240000525" +
@@ -20,23 +17,9 @@
2017
"75bcdbcecb7caf1f0f4b6e7d013906ba60b66eb1c8298e4efb052caf6cece4bf1816" +
2118
"902cc")]
2219

23-
// Setting ComVisible to false makes the types in this assembly not visible
24-
// to COM components. If you need to access a type in this assembly from
25-
// COM, set the ComVisible attribute to true on that type.
2620
[assembly: ComVisible(false)]
2721

28-
// The following GUID is for the ID of the typelib if this project is exposed to COM
2922
[assembly: Guid("8694665a-5749-40c6-9e9c-53c686a77ad1")]
3023

31-
// Version information for an assembly consists of the following four values:
32-
//
33-
// Major Version
34-
// Minor Version
35-
// Build Number
36-
// Revision
37-
//
38-
// You can specify all the values or you can default the Build and Revision Numbers
39-
// by using the '*' as shown below:
40-
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("1.0.0.0")]
42-
[assembly: AssemblyFileVersion("1.0.0.0")]
24+
[assembly: AssemblyVersion("7.0.0.0")]
25+
[assembly: AssemblyFileVersion("7.0.0.0")]

itext/itext.font-asian/Properties/AssemblyInfo.cs

Lines changed: 8 additions & 25 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.
8-
[assembly: AssemblyTitle("itext.font-asian")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("itext.font-asian")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
5+
[assembly: AssemblyTitle("iText.Font-Asian")]
6+
[assembly: AssemblyDescription ("")]
7+
[assembly: AssemblyConfiguration ("")]
8+
[assembly: AssemblyCompany ("iText Group NV")]
9+
[assembly: AssemblyProduct ("iText")]
10+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2016 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("0f10190c-7611-4378-a157-03bf2ed78e30")]
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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
18+
[assembly: AssemblyVersion("7.0.0.0")]
19+
[assembly: AssemblyFileVersion("7.0.0.0")]

0 commit comments

Comments
 (0)