csharptest | 71f662c | 2011-05-20 15:15:34 -0500 | [diff] [blame] | 1 | using System.Reflection;
|
| 2 | using System.Runtime.InteropServices;
|
| 3 |
|
| 4 | // General Information about an assembly is controlled through the following
|
| 5 | // set of attributes. Change these attribute values to modify the information
|
| 6 | // associated with an assembly.
|
| 7 |
|
| 8 | [assembly: AssemblyTitle("AddressBook")]
|
| 9 | [assembly: AssemblyDescription("")]
|
| 10 | [assembly: AssemblyConfiguration("")]
|
| 11 | [assembly: AssemblyCompany("")]
|
| 12 | [assembly: AssemblyProduct("AddressBook")]
|
Jan Tattermusch | 538ef54 | 2015-07-29 20:35:07 -0700 | [diff] [blame^] | 13 | [assembly: AssemblyCopyright("Copyright © 2015")]
|
csharptest | 71f662c | 2011-05-20 15:15:34 -0500 | [diff] [blame] | 14 | [assembly: AssemblyTrademark("")]
|
| 15 | [assembly: AssemblyCulture("")]
|
| 16 |
|
csharptest | 71f662c | 2011-05-20 15:15:34 -0500 | [diff] [blame] | 17 | // Version information for an assembly consists of the following four values:
|
| 18 | //
|
| 19 | // Major Version
|
| 20 | // Minor Version
|
| 21 | // Build Number
|
| 22 | // Revision
|
| 23 | //
|
| 24 | // You can specify all the values or you can default the Build and Revision Numbers
|
| 25 | // by using the '*' as shown below:
|
csharptest | 8f8187e | 2015-02-22 14:00:04 -0600 | [diff] [blame] | 26 | // [assembly: AssemblyVersion("2.4.1.555")]
|
csharptest | 71f662c | 2011-05-20 15:15:34 -0500 | [diff] [blame] | 27 |
|
Jan Tattermusch | 538ef54 | 2015-07-29 20:35:07 -0700 | [diff] [blame^] | 28 | [assembly: AssemblyVersion("3.0.0.1")]
|
| 29 | [assembly: AssemblyFileVersion("3.0.0.1")] |