Mercurial > pub > bltoolkit
comparison Tools/ExampleGenerator/Properties/AssemblyInfo.cs @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
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")] |