0
|
1 using System.Reflection;
|
|
2 using System.Runtime.CompilerServices;
|
|
3
|
|
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 //
|
|
9 [assembly: AssemblyTitle("ExampleGenerator")]
|
|
10 [assembly: AssemblyDescription("Business Logic Toolkit Example Generator")]
|
|
11 [assembly: AssemblyProduct("Business Logic Toolkit")]
|
|
12 [assembly: AssemblyCopyright("\xA9 2002-2010 www.bltoolkit.net")]
|
|
13 [assembly: AssemblyCulture("")]
|
|
14
|
|
15 //
|
|
16 // Version information for an assembly consists of the following four values:
|
|
17 //
|
|
18 // Major Version
|
|
19 // Minor Version
|
|
20 // Build Number
|
|
21 // Revision
|
|
22 //
|
|
23 // You can specify all the values or you can default the Revision and Build Numbers
|
|
24 // by using the '*' as shown below:
|
|
25
|
|
26 [assembly: AssemblyVersion("4.0.0.0")]
|