|
1 | 1 | using System.Reflection; |
2 | | -using System.Runtime.CompilerServices; |
3 | 2 | using System.Runtime.InteropServices; |
4 | 3 |
|
5 | | -// General Information about an assembly is controlled through the following |
| 4 | +// General Information about an assembly is controlled through the following |
6 | 5 | // set of attributes. Change these attribute values to modify the information |
7 | 6 | // associated with an assembly. |
8 | 7 | [assembly: AssemblyTitle("ExportToMySQL")] |
9 | 8 | [assembly: AssemblyDescription("Exports Cumulus data files to MySQL")] |
10 | 9 | [assembly: AssemblyConfiguration("")] |
11 | 10 | [assembly: AssemblyCompany("")] |
12 | 11 | [assembly: AssemblyProduct("ExportToMySQL")] |
13 | | -[assembly: AssemblyCopyright("Copyright © 2015-2023")] |
| 12 | +[assembly: AssemblyCopyright("Copyright © 2015-2024")] |
14 | 13 | [assembly: AssemblyTrademark("")] |
15 | 14 | [assembly: AssemblyCulture("")] |
16 | 15 |
|
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 |
| 16 | +// Setting ComVisible to false makes the types in this assembly not visible |
| 17 | +// to COM components. If you need to access a type in this assembly from |
19 | 18 | // COM, set the ComVisible attribute to true on that type. |
20 | 19 | [assembly: ComVisible(false)] |
21 | 20 |
|
|
25 | 24 | // Version information for an assembly consists of the following four values: |
26 | 25 | // |
27 | 26 | // Major Version |
28 | | -// Minor Version |
| 27 | +// Minor Version |
29 | 28 | // Build Number |
30 | 29 | // Revision |
31 | 30 | // |
32 | | -// You can specify all the values or you can default the Build and Revision Numbers |
| 31 | +// You can specify all the values or you can default the Build and Revision Numbers |
33 | 32 | // by using the '*' as shown below: |
34 | 33 | // [assembly: AssemblyVersion("1.0.*")] |
35 | | -[assembly: AssemblyVersion("1.9.1.0")] |
36 | | -[assembly: AssemblyFileVersion("1.9.1.0")] |
| 34 | +[assembly: AssemblyVersion("1.10.0.0")] |
| 35 | +[assembly: AssemblyFileVersion("1.10.0.0")] |
0 commit comments