Was.OrcSearch – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | using System.Reflection; |
2 | using System.Runtime.InteropServices; |
||
3 | |||
4 | // All other assembly info is defined in SharedAssembly.cs |
||
5 | |||
6 | [assembly: AssemblyTitle("Was.OrcSearch")] |
||
7 | [assembly: AssemblyProduct("Was.OrcSearch")] |
||
8 | [assembly: AssemblyDescription("Was.OrcSearch: searchable objects via Lucene")] |
||
9 | [assembly: AssemblyCompany("WildGums and Wizardry and Steamworks")] |
||
10 | [assembly: AssemblyCopyright("(c) WildGums 2008-1014, (c) Wizardry and Steamworks 2018-2024")] |
||
11 | [assembly: AssemblyVersion("1.0.*")] |
||
12 | |||
13 | // Setting ComVisible to false makes the types in this assembly not visible |
||
14 | // to COM components. If you need to access a type in this assembly from |
||
15 | // COM, set the ComVisible attribute to true on that type. |
||
16 | |||
17 | [assembly: ComVisible(false)] |