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  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements. See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership. The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License. You may obtain a copy of the License at
10  *
11  * http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied. See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20 */
21 
22 using System.Reflection;
23 using System.Runtime.CompilerServices;
24 using System.Runtime.InteropServices;
25 
26 // General Information about an assembly is controlled through the following
27 // set of attributes. Change these attribute values to modify the information
28 // associated with an assembly.
29 [assembly: AssemblyTitle("Lucene.Net.Search.SimpleFacetedSearch")]
30 [assembly: AssemblyDescription("SimpleFacetedSearch for Lucene.Net")]
31 [assembly: AssemblyConfiguration("")]
32 [assembly: AssemblyCompany("The Apache Software Foundation")]
33 [assembly: AssemblyProduct("Lucene.Net.SimpleFacetedSearch")]
34 [assembly: AssemblyCopyright("Copyright 2006 - 2011 The Apache Software Foundation")]
35 [assembly: AssemblyTrademark("Copyright 2006 - 2011 The Apache Software Foundation")]
36 [assembly: AssemblyCulture("")]
37 
38 // Setting ComVisible to false makes the types in this assembly not visible
39 // to COM components. If you need to access a type in this assembly from
40 // COM, set the ComVisible attribute to true on that type.
41 [assembly: ComVisible(false)]
42 
43 // The following GUID is for the ID of the typelib if this project is exposed to COM
44 [assembly: Guid("dfa80a55-3bcc-4d3c-872c-dab7ccc1bfb5")]
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 Revision and Build Numbers
54 // by using the '*' as shown below:
55 [assembly: AssemblyVersion("3.0.3")]
56 [assembly: AssemblyFileVersion("3.0.3")]
57 
58 
59 
60 
61