Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-11-12 23:18:00 +0300
committerAndreas N <andreas@mono-cvs.ximian.com>2003-11-12 23:18:00 +0300
commitf3c0e8f473f2c692c4ddbc28be39685446e31c8a (patch)
tree7f1e99ae35dfc078d7d8d8885c9764762608eda4 /mcs/class/System/Assembly
parent1e6962adb0352390cb035224074f1448faaedc84 (diff)
AssemblyInfo.cs: Added missing attribute
svn path=/trunk/mcs/; revision=19905
Diffstat (limited to 'mcs/class/System/Assembly')
-rw-r--r--mcs/class/System/Assembly/AssemblyInfo.cs1
-rw-r--r--mcs/class/System/Assembly/ChangeLog4
2 files changed, 5 insertions, 0 deletions
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 <ClassDevelopment@A-SoftTech.com>
+
+ * AssemblyInfo.cs: Added missing attribute
+
2003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* Locale.cs: Added