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:
authorJackson Harper <jackson@novell.com>2004-04-29 09:19:58 +0400
committerJackson Harper <jackson@novell.com>2004-04-29 09:19:58 +0400
commit5fc4b0d0524778387c95dcf75d02e9d58af30152 (patch)
tree68c7160a5a51fa437d374c5628be5e7cbf4aeea1 /mcs/class/System.Configuration.Install
parent10d03e419ef08b65d7e9ac93a687fd447b05c9ae (diff)
Add 2.0 version attributes
svn path=/trunk/mcs/; revision=26254
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs b/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
index f36240bbe03..a5ecc64b992 100644
--- a/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
@@ -19,8 +19,10 @@ using System.Runtime.InteropServices;
#if (NET_1_0)
[assembly: AssemblyVersion ("1.0.3300.0")]
[assembly: SatelliteContractVersion ("1.0.3300.0")]
-#endif
-#if (NET_1_1)
+#elif (NET_2_0)
+ [assembly: AssemblyVersion("2.0.3600.0")]
+ [assembly: SatelliteContractVersion("2.0.3600.0")]
+#elif (NET_1_1)
[assembly: AssemblyVersion ("1.0.5000.0")]
[assembly: SatelliteContractVersion ("1.0.5000.0")]
[assembly: ComCompatibleVersion (1, 0, 3300, 0)]