From 0bd8f7442d1e75f945a7bc6f86276e76e9a355bb Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sun, 13 Jul 2003 07:17:46 +0000 Subject: 2003-07-13 Andreas Nahr * AssemblyInfo.cs: Added additional .Net 1.1 attributes svn path=/trunk/mcs/; revision=16153 --- mcs/class/System/Assembly/AssemblyInfo.cs | 3 +++ mcs/class/System/Assembly/ChangeLog | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'mcs/class/System/Assembly') diff --git a/mcs/class/System/Assembly/AssemblyInfo.cs b/mcs/class/System/Assembly/AssemblyInfo.cs index 0405a1d6115..edc766acfa9 100644 --- a/mcs/class/System/Assembly/AssemblyInfo.cs +++ b/mcs/class/System/Assembly/AssemblyInfo.cs @@ -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")] diff --git a/mcs/class/System/Assembly/ChangeLog b/mcs/class/System/Assembly/ChangeLog index fce7ab35f4b..720793b9aff 100644 --- a/mcs/class/System/Assembly/ChangeLog +++ b/mcs/class/System/Assembly/ChangeLog @@ -1,3 +1,7 @@ +2003-07-13 Andreas Nahr + + * AssemblyInfo.cs: Added additional .Net 1.1 attributes + 2003-07-12 Andreas Nahr * AssemblyInfo.cs: Added support for .Net 1.0 build -- cgit v1.2.3