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-07-13 11:17:46 +0400
committerAndreas N <andreas@mono-cvs.ximian.com>2003-07-13 11:17:46 +0400
commit0bd8f7442d1e75f945a7bc6f86276e76e9a355bb (patch)
treeff5cfba125eb8083178510279d846ae92b476799 /mcs/class/System/Assembly
parent98c467a15d4ee6cef122f170602d47434fb76f4e (diff)
2003-07-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Added additional .Net 1.1 attributes svn path=/trunk/mcs/; revision=16153
Diffstat (limited to 'mcs/class/System/Assembly')
-rw-r--r--mcs/class/System/Assembly/AssemblyInfo.cs3
-rw-r--r--mcs/class/System/Assembly/ChangeLog4
2 files changed, 7 insertions, 0 deletions
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 <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