Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
AssemblyInfo.cs
Go to the documentation of this file.
1 /*
2  * Licensed to the Apache Software Foundation (ASF) under one or more
3  * contributor license agreements. See the NOTICE file distributed with
4  * this work for additional information regarding copyright ownership.
5  * The ASF licenses this file to You under the Apache License, Version 2.0
6  * (the "License"); you may not use this file except in compliance with
7  * the License. You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17 
18 using System.Reflection;
19 using System.Runtime.CompilerServices;
20 using System.Runtime.InteropServices;
21 
22 // General Information about an assembly is controlled through the following
23 // set of attributes. Change these attribute values to modify the information
24 // associated with an assembly.
25 [assembly: AssemblyTitle("Lucene.Net.Contrib.Regex")]
26 [assembly: AssemblyDescription("")]
27 [assembly: AssemblyConfiguration("")]
28 [assembly: AssemblyCompany("The Apache Software Foundation")]
29 [assembly: AssemblyProduct("Lucene.Net.Contrib.Regex")]
30 [assembly: AssemblyCopyright("Copyright 2006 - 2011 The Apache Software Foundation")]
31 [assembly: AssemblyTrademark("Copyright 2006 - 2011 The Apache Software Foundation")]
32 [assembly: AssemblyCulture("")]
33 
34 // Setting ComVisible to false makes the types in this assembly not visible
35 // to COM components. If you need to access a type in this assembly from
36 // COM, set the ComVisible attribute to true on that type.
37 [assembly: ComVisible(false)]
38 
39 // The following GUID is for the ID of the typelib if this project is exposed to COM
40 [assembly: Guid("7c479233-95a2-4d53-b0fd-0ad2389556b1")]
41 
42 // Version information for an assembly consists of the following four values:
43 //
44 // Major Version
45 // Minor Version
46 // Build Number
47 // Revision
48 //
49 // You can specify all the values or you can default the Build and Revision Numbers
50 // by using the '*' as shown below:
51 // [assembly: AssemblyVersion("1.0.*")]
52 [assembly: AssemblyVersion("3.0.3")]
53 [assembly: AssemblyFileVersion("3.0.3")]