AssemblyInfo.cs: Removed CLSCompliant attribute.
authorLluis Sanchez <lluis@novell.com>
Thu, 13 May 2004 08:43:09 +0000 (08:43 -0000)
committerLluis Sanchez <lluis@novell.com>
Thu, 13 May 2004 08:43:09 +0000 (08:43 -0000)
svn path=/trunk/mcs/; revision=27243

mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.Remoting/Assembly/ChangeLog

index 57f9c6c37264a991436cda00369e7e63bbb37287..6007a4fd010d76277ff264b7ee7ebc9c34e3e5a5 100644 (file)
@@ -37,7 +37,6 @@ using System.Runtime.InteropServices;
 //[assembly: AssemblyCopyright("(c) 2003 Various Authors")]
 //[assembly: AssemblyTrademark("")]
 
-[assembly: CLSCompliant(true)]
 [assembly: NeutralResourcesLanguage("en-US")]
 
 [assembly: AssemblyDelaySign(true)]
index 1959a7035080e4410b013d669badcde1cf583cad..6a0cd36d578b149de44b7ed0566dad7416e73304 100644 (file)
@@ -1,5 +1,9 @@
+2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * AssemblyInfo.cs: Removed CLSCompliant attribute.
+
 2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
 
        * AssemblyInfo.cs: Added
        * ChangeLog: Added
-       * Locale.cs: Added
\ No newline at end of file
+       * Locale.cs: Added