DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
AssemblyInfo.cs
Go to the documentation of this file.
1 //
2 // Copyright 2010-2015 Deveel
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 // http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16 
17 using System;
18 using System.Reflection;
19 using System.Runtime.CompilerServices;
20 using System.Runtime.InteropServices;
21 
22 using Deveel.Data;
23 
24 // General Information about an assembly is controlled through the following
25 // set of attributes. Change these attribute values to modify the information
26 // associated with an assembly.
27 [assembly: AssemblyTitle("DeveelDB")]
28 [assembly: AssemblyDescription("Deveel ")]
29 [assembly: AssemblyConfiguration("Deveel Database Management System")]
30 [assembly: AssemblyCompany("Deveel")]
31 [assembly: AssemblyProduct("deveeldb")]
32 [assembly: AssemblyCopyright("Copyright © 2009-2015 Deveel")]
33 [assembly: AssemblyTrademark("")]
34 [assembly: AssemblyCulture("")]
35 
36 #if !PCL
37 // Setting ComVisible to false makes the types in this assembly not visible
38 // to COM components. If you need to access a type in this assembly from
39 // COM, set the ComVisible attribute to true on that type.
40 [assembly: ComVisible(false)]
41 
42 // The following GUID is for the ID of the typelib if this project is exposed to COM
43 [assembly: Guid("96b0916e-83a6-46b7-88c5-8bf9b245812b")]
44 #endif
45 
46 // Version information for an assembly consists of the following four values:
47 //
48 // Major Version
49 // Minor Version
50 // Build Number
51 // Revision
52 //
53 // You can specify all the values or you can default the Build and Revision Numbers
54 // by using the '*' as shown below:
55 // [assembly: AssemblyVersion("1.0.*")]
56 [assembly: AssemblyVersion("2.0.0.*")]
57 [assembly: AssemblyFileVersion("2.0.0.0")]
58 [assembly: DataVersion("2.0")]
59 
60 [assembly: CLSCompliant(true)]