wasCSharpSQLite – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 //
2 // AssemblyInfo.cs
3 //
4 // Author:
5 // Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7 // (C) 2003 Ximian, Inc. http://www.ximian.com
8 // (C) 2004 Novell (http://www.novell.com)
9 //
10  
11 using System;
12 using System.Reflection;
13 using System.Runtime.InteropServices;
14  
15 [assembly: AssemblyVersion("3.7.5.0")]
16  
17 /* TODO COMPLETE INFORMATION
18  
19 [assembly: AssemblyTitle ("")]
20 [assembly: AssemblyDescription ("")]
21  
22 [assembly: CLSCompliant (true)]
23 [assembly: AssemblyFileVersion ("0.0.0.1")]
24  
25 [assembly: ComVisible (false)]
26  
27  
28 [assembly: AssemblyDelaySign (true)]
29 [assembly: AssemblyKeyFile ("../mono.pub")]
30  
31 */