[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Mono.Data.Tds / Assembly / AssemblyInfo.cs
old mode 100755 (executable)
new mode 100644 (file)
index 003abb6..0059c4d
@@ -5,20 +5,16 @@
 //   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
 //
 // (C) 2003 Ximian, Inc.  http://www.ximian.com
+// (C) 2004 Novell (http://www.novell.com)
 //
 
 using System;
 using System.Reflection;
 using System.Runtime.InteropServices;
 
-/* TODO COMPLETE INFORMATION
+[assembly: AssemblyVersion (Consts.FxVersion)]
 
-#if (NET_1_0)
-       [assembly: AssemblyVersion ("1.0.3300.0")]
-#endif
-#if (NET_1_1)
-       [assembly: AssemblyVersion ("1.0.5000.0")]
-#endif
+/* TODO COMPLETE INFORMATION
 
 [assembly: AssemblyTitle ("")]
 [assembly: AssemblyDescription ("")]
@@ -31,5 +27,4 @@ using System.Runtime.InteropServices;
 */
 
 [assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile("../mono.pub")]