* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / ByteFX.Data / AssemblyInfo.cs
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("ByteFX.Data.dll")]
10 [assembly: AssemblyDescription("ADO.Net drivers for MySql & PostgreSQL")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("ByteFX, Inc.")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("Copyright 2002-2003, ByteFX, Inc.")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]         
17
18 //
19 // Version information for an assembly consists of the following four values:
20 //
21 //      Major Version
22 //      Minor Version 
23 //      Build Number
24 //      Revision
25 //
26 // You can specify all the values or you can default the Revision and Build Numbers 
27 // by using the '*' as shown below:
28
29 #if (NET_2_0)
30         [assembly: AssemblyVersion ("0.7.6.2")]
31 #elif (NET_1_1)
32         [assembly: AssemblyVersion ("0.7.6.1")]
33 #else
34         [assembly: AssemblyVersion ("0.7.6.0")]
35 #endif
36
37 [assembly: AssemblyDelaySign (true)]
38 [assembly: AssemblyKeyFile ("../mono.pub")]