[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 f7ed24e..0059c4d
@@ -12,13 +12,7 @@ using System;
 using System.Reflection;
 using System.Runtime.InteropServices;
 
-#if (NET_1_0)
-       [assembly: AssemblyVersion ("1.0.3300.0")]
-#elif (NET_1_1)
-       [assembly: AssemblyVersion ("1.0.5000.0")]
-#elif (NET_2_0)
-       [assembly: AssemblyVersion ("2.0.3600.0")]
-#endif
+[assembly: AssemblyVersion (Consts.FxVersion)]
 
 /* TODO COMPLETE INFORMATION
 
@@ -33,5 +27,4 @@ using System.Runtime.InteropServices;
 */
 
 [assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../mono.pub")]