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:
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)]