|
2 | 2 | using System.Runtime.CompilerServices; |
3 | 3 | using System.Runtime.InteropServices; |
4 | 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 | | -[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")] |
14 | 11 | [assembly: AssemblyTrademark("")] |
15 | 12 | [assembly: AssemblyCulture("")] |
16 | 13 | [assembly: InternalsVisibleTo("itext.barcodes.tests,PublicKey=0024000004800000940000000602000000240000525" + |
|
20 | 17 | "75bcdbcecb7caf1f0f4b6e7d013906ba60b66eb1c8298e4efb052caf6cece4bf1816" + |
21 | 18 | "902cc")] |
22 | 19 |
|
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. |
26 | 20 | [assembly: ComVisible(false)] |
27 | 21 |
|
28 | | -// The following GUID is for the ID of the typelib if this project is exposed to COM |
29 | 22 | [assembly: Guid("8694665a-5749-40c6-9e9c-53c686a77ad1")] |
30 | 23 |
|
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")] |
0 commit comments