2004-08-20 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 20 Aug 2004 09:16:23 +0000 (09:16 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 20 Aug 2004 09:16:23 +0000 (09:16 -0000)
* AssemblyInfo.cs : updated version to match with ms.net.

svn path=/trunk/mcs/; revision=32561

mcs/class/System.Data.SqlXml/Assembly/AssemblyInfo.cs
mcs/class/System.Data.SqlXml/Assembly/ChangeLog

index 96786b21ed7aa79ce77b066478a75990d5dcf791..c2515699aaf6537357676dbe4dba274c62eed9cf 100755 (executable)
@@ -30,6 +30,9 @@
 
 using System;
 using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 /* TODO COMPLETE INFORMATION
@@ -50,7 +53,10 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible (false)]
 
 */
+#if (NET_2_0)
+       [assembly: AssemblyVersion ("2.0.3600.0")]
+#endif
 
 [assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile("../msfinal.pub")]
+[assembly: AssemblyKeyFile("../ecma.pub")]
 
index 6d2d71dcb6befe77f8a70da2b4ff20162ebe69a0..248b8b5524fc92dba4b4896188ce3076da26ad26 100755 (executable)
@@ -1,3 +1,7 @@
+2004-08-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * AssemblyInfo.cs : updated version to match with ms.net.
+
 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AssemblyInfo.cs: Added