AssemblyInfo.cs: Added missing attribute
authorAndreas N <andreas@mono-cvs.ximian.com>
Wed, 12 Nov 2003 20:18:00 +0000 (20:18 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Wed, 12 Nov 2003 20:18:00 +0000 (20:18 -0000)
svn path=/trunk/mcs/; revision=19905

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

index edc766acfa935eb1161d4821ffe4dd7909d3ce17..23142610f3ed90dcd7109477441ae83d204303de 100644 (file)
@@ -41,6 +41,7 @@ using System.Runtime.InteropServices;
 [assembly: NeutralResourcesLanguage("en-US")]
 
 [assembly: AllowPartiallyTrustedCallers]
+[assembly: ComVisible(false)]
 
 //[assembly: AssemblyDelaySign(false)]
 //[assembly: AssemblyKeyFile("")]
\ No newline at end of file
index 2306df752bbba2952bab1c4c5f7481906a063d23..a0cb37703864697700d0d780bb0d65d9da91debf 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * AssemblyInfo.cs: Added missing attribute
+
 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
 
        * Locale.cs: Added