From f3c0e8f473f2c692c4ddbc28be39685446e31c8a Mon Sep 17 00:00:00 2001 From: Andreas N Date: Wed, 12 Nov 2003 20:18:00 +0000 Subject: AssemblyInfo.cs: Added missing attribute svn path=/trunk/mcs/; revision=19905 --- mcs/class/System/Assembly/AssemblyInfo.cs | 1 + mcs/class/System/Assembly/ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'mcs/class/System/Assembly') diff --git a/mcs/class/System/Assembly/AssemblyInfo.cs b/mcs/class/System/Assembly/AssemblyInfo.cs index edc766acfa9..23142610f3e 100644 --- a/mcs/class/System/Assembly/AssemblyInfo.cs +++ b/mcs/class/System/Assembly/AssemblyInfo.cs @@ -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 diff --git a/mcs/class/System/Assembly/ChangeLog b/mcs/class/System/Assembly/ChangeLog index 2306df752bb..a0cb3770386 100644 --- a/mcs/class/System/Assembly/ChangeLog +++ b/mcs/class/System/Assembly/ChangeLog @@ -1,3 +1,7 @@ +2003-11-12 Andreas Nahr + + * AssemblyInfo.cs: Added missing attribute + 2003-07-18 Andreas Nahr * Locale.cs: Added -- cgit v1.2.3