2003-07-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Sun, 13 Jul 2003 07:17:46 +0000 (07:17 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Sun, 13 Jul 2003 07:17:46 +0000 (07:17 -0000)
* AssemblyInfo.cs: Added additional .Net 1.1 attributes

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

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

index 0405a1d6115f0636e5d250447ab3de9e59c9afa0..edc766acfa935eb1161d4821ffe4dd7909d3ce17 100644 (file)
@@ -12,6 +12,7 @@ using System.Reflection;
 using System.Resources;
 using System.Security;
 using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
 
 // General Information about the system assembly
 
@@ -22,6 +23,8 @@ using System.Runtime.CompilerServices;
 #if (NET_1_1)
        [assembly: AssemblyVersion("1.0.5000.0")]
        [assembly: SatelliteContractVersion("1.0.5000.0")]
+       [assembly: ComCompatibleVersion(1, 0, 3300, 0)]
+       [assembly: TypeLibVersion(1, 10)]
 #endif
 
 [assembly: AssemblyTitle("System.dll")]
index fce7ab35f4bccb1279cb3dd9c91252849fb776c5..720793b9aff78e2e54a08b018e27ea5b680da5eb 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * AssemblyInfo.cs: Added additional .Net 1.1 attributes
+
 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
 
        * AssemblyInfo.cs: Added support for .Net 1.0 build