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
parent10d03e419ef08b65d7e9ac93a687fd447b05c9ae (diff)
Add 2.0 version attributes
svn path=/trunk/mcs/; revision=26254
-rw-r--r--mcs/class/Accessibility/Assembly/AssemblyInfo.cs8
-rw-r--r--mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs5
-rwxr-xr-xmcs/class/Mono.Security.Win32/Assembly/AssemblyInfo.cs6
-rwxr-xr-xmcs/class/Mono.Security/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Data.OracleClient/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Data/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Design/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.DirectoryServices/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Drawing/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Management/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Messaging/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Runtime.Serialization.Formatters.Soap/Assembly/AssemblyInfo.cs6
-rwxr-xr-xmcs/class/System.Security/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs8
-rw-r--r--mcs/class/System.Web.Services/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Web/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.Windows.Forms/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System.XML/Assembly/AssemblyInfo.cs6
-rw-r--r--mcs/class/System/Assembly/AssemblyInfo.cs6
23 files changed, 90 insertions, 51 deletions
diff --git a/mcs/class/Accessibility/Assembly/AssemblyInfo.cs b/mcs/class/Accessibility/Assembly/AssemblyInfo.cs
index 333c6215c2a..cbfa3841c92 100644
--- a/mcs/class/Accessibility/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Accessibility/Assembly/AssemblyInfo.cs
@@ -19,14 +19,16 @@ 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)]
[assembly: TypeLibVersion(1, 10)]
#endif
-
+
[assembly: AssemblyTitle("Accessibility.dll")]
[assembly: AssemblyDescription("Accessibility.dll")]
[assembly: AssemblyConfiguration("Development version")]
diff --git a/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs b/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
index f7491a8696b..76b34ad44c4 100644
--- a/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
@@ -15,8 +15,9 @@ using System.Runtime.InteropServices;
#if (NET_1_0)
[assembly: AssemblyVersion ("7.0.3300.0")]
-#endif
-#if (NET_1_1)
+#elif (NET_2_0)
+ [assembly: AssemblyVersion("2.0.3600.0")]
+#elif (NET_1_1)
[assembly: AssemblyVersion ("7.0.5000.0")]
#endif
diff --git a/mcs/class/Mono.Security.Win32/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Security.Win32/Assembly/AssemblyInfo.cs
index ce47bd34f21..e1a37ffa1a9 100755
--- a/mcs/class/Mono.Security.Win32/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Mono.Security.Win32/Assembly/AssemblyInfo.cs
@@ -22,12 +22,12 @@ using System.Runtime.InteropServices;
#if (NET_1_0)
[assembly: AssemblyVersion ("1.0.3300.0")]
[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#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")]
-#elif (NET_2_0)
- [assembly: AssemblyVersion ("1.2.3400.0")]
- [assembly: SatelliteContractVersion ("1.2.3400.0")]
#endif
[assembly: AssemblyCompany ("MONO development team")]
diff --git a/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs
index 6c85c29ff69..a1f6cef1119 100755
--- a/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs
@@ -22,12 +22,12 @@ using System.Runtime.InteropServices;
#if (NET_1_0)
[assembly: AssemblyVersion ("1.0.3300.0")]
[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#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")]
-#elif (NET_2_0)
- [assembly: AssemblyVersion ("1.2.3400.0")]
- [assembly: SatelliteContractVersion ("1.2.3400.0")]
#endif
[assembly: AssemblyCompany ("MONO development team")]
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)]
diff --git a/mcs/class/System.Data.OracleClient/Assembly/AssemblyInfo.cs b/mcs/class/System.Data.OracleClient/Assembly/AssemblyInfo.cs
index a3be307a50c..e939ab40447 100644
--- a/mcs/class/System.Data.OracleClient/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Data.OracleClient/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)]
diff --git a/mcs/class/System.Data/Assembly/AssemblyInfo.cs b/mcs/class/System.Data/Assembly/AssemblyInfo.cs
index b078c62f0a9..e91a4301640 100644
--- a/mcs/class/System.Data/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Data/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)]
diff --git a/mcs/class/System.Design/Assembly/AssemblyInfo.cs b/mcs/class/System.Design/Assembly/AssemblyInfo.cs
index 23588b7e60c..654b4ed0dcd 100644
--- a/mcs/class/System.Design/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Design/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)]
diff --git a/mcs/class/System.DirectoryServices/Assembly/AssemblyInfo.cs b/mcs/class/System.DirectoryServices/Assembly/AssemblyInfo.cs
index e5231c251e1..bfa6b01d19c 100644
--- a/mcs/class/System.DirectoryServices/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.DirectoryServices/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")]
#endif
diff --git a/mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs b/mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs
index 7f79bd05325..018f4305543 100644
--- a/mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs
@@ -18,8 +18,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")]
#endif
diff --git a/mcs/class/System.Drawing/Assembly/AssemblyInfo.cs b/mcs/class/System.Drawing/Assembly/AssemblyInfo.cs
index 9f04f4a3dd8..eb5f91cb330 100644
--- a/mcs/class/System.Drawing/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Drawing/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)]
diff --git a/mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs b/mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs
index 86d7877b375..9c0ed81edfa 100644
--- a/mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs
@@ -16,8 +16,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)]
diff --git a/mcs/class/System.Management/Assembly/AssemblyInfo.cs b/mcs/class/System.Management/Assembly/AssemblyInfo.cs
index a9dd167b122..38998203891 100644
--- a/mcs/class/System.Management/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Management/Assembly/AssemblyInfo.cs
@@ -18,8 +18,10 @@ using System.Runtime.InteropServices;
#if (NET_1_0)
[assembly: AssemblyVersion ("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")]
#endif
diff --git a/mcs/class/System.Messaging/Assembly/AssemblyInfo.cs b/mcs/class/System.Messaging/Assembly/AssemblyInfo.cs
index 8aa9aab45a1..ccb84295189 100644
--- a/mcs/class/System.Messaging/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Messaging/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")]
#endif
diff --git a/mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs b/mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs
index c31fcf4a7d4..57f9c6c3726 100644
--- a/mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Runtime.Remoting/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)]
diff --git a/mcs/class/System.Runtime.Serialization.Formatters.Soap/Assembly/AssemblyInfo.cs b/mcs/class/System.Runtime.Serialization.Formatters.Soap/Assembly/AssemblyInfo.cs
index 02a33df03d1..2082af30c24 100644
--- a/mcs/class/System.Runtime.Serialization.Formatters.Soap/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Runtime.Serialization.Formatters.Soap/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)]
diff --git a/mcs/class/System.Security/Assembly/AssemblyInfo.cs b/mcs/class/System.Security/Assembly/AssemblyInfo.cs
index a557ac5af9d..b2ef3fe2cea 100755
--- a/mcs/class/System.Security/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Security/Assembly/AssemblyInfo.cs
@@ -19,12 +19,12 @@ using System.Runtime.InteropServices;
#if (NET_1_0)
[assembly: AssemblyVersion ("1.0.3300.0")]
[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#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")]
-#elif (NET_2_0)
- [assembly: AssemblyVersion ("1.2.3400.0")]
- [assembly: SatelliteContractVersion ("1.2.3400.0")]
#endif
[assembly: AssemblyCompany ("MONO development team")]
diff --git a/mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs b/mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs
index e70f069f562..c978a5c9432 100644
--- a/mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs
@@ -19,12 +19,14 @@ 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")]
#endif
-
+
[assembly: AssemblyTitle ("System.ServiceProcess.dll")]
[assembly: AssemblyDescription ("System.ServiceProcess.dll")]
[assembly: AssemblyConfiguration ("Development version")]
diff --git a/mcs/class/System.Web.Services/Assembly/AssemblyInfo.cs b/mcs/class/System.Web.Services/Assembly/AssemblyInfo.cs
index a9c3ceee3d4..3aa9e619c55 100644
--- a/mcs/class/System.Web.Services/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Web.Services/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")]
#endif
diff --git a/mcs/class/System.Web/Assembly/AssemblyInfo.cs b/mcs/class/System.Web/Assembly/AssemblyInfo.cs
index 19603320e2a..bcd7bc6ebc1 100644
--- a/mcs/class/System.Web/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Web/Assembly/AssemblyInfo.cs
@@ -20,8 +20,10 @@ using System.Web.UI;
#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")]
#endif
diff --git a/mcs/class/System.Windows.Forms/Assembly/AssemblyInfo.cs b/mcs/class/System.Windows.Forms/Assembly/AssemblyInfo.cs
index bce9efa8399..0597d79badf 100644
--- a/mcs/class/System.Windows.Forms/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Windows.Forms/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)]
diff --git a/mcs/class/System.XML/Assembly/AssemblyInfo.cs b/mcs/class/System.XML/Assembly/AssemblyInfo.cs
index c3eeb6fa896..b358899517c 100644
--- a/mcs/class/System.XML/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.XML/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")]
#endif
diff --git a/mcs/class/System/Assembly/AssemblyInfo.cs b/mcs/class/System/Assembly/AssemblyInfo.cs
index be37aeb96c8..ff3ae2a2c5a 100644
--- a/mcs/class/System/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System/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)]