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:
authorKornél Pál <kornelpal@gmail.com>2005-08-18 23:36:17 +0400
committerKornél Pál <kornelpal@gmail.com>2005-08-18 23:36:17 +0400
commit431f1b348535b3b3acc527a8457875b6c2f34254 (patch)
treed51033cea4970a03855b3ebbe2fe8b3028953d91 /mcs/class/Mono.Xml.Ext
parent1f1e167fb20e03728d2343f44e8bf7fdca9cd79a (diff)
Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number.
svn path=/trunk/mcs/; revision=48519
Diffstat (limited to 'mcs/class/Mono.Xml.Ext')
-rw-r--r--mcs/class/Mono.Xml.Ext/Assembly/AssemblyInfo.cs11
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.Ext.dll.sources1
2 files changed, 2 insertions, 10 deletions
diff --git a/mcs/class/Mono.Xml.Ext/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Xml.Ext/Assembly/AssemblyInfo.cs
index e93f900d23b..30ef7fd99f7 100644
--- a/mcs/class/Mono.Xml.Ext/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Mono.Xml.Ext/Assembly/AssemblyInfo.cs
@@ -37,16 +37,7 @@ using System.Runtime.InteropServices;
// General Information about the system assembly
-#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")]
-#endif
+[assembly: AssemblyVersion (Consts.FxVersion)]
[assembly: AssemblyTitle("Mono.Xml.Ext.dll")]
[assembly: AssemblyDescription("Mono.Xml.Ext.dll")]
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.Ext.dll.sources b/mcs/class/Mono.Xml.Ext/Mono.Xml.Ext.dll.sources
index c174a48943c..14eeb2116cc 100644
--- a/mcs/class/Mono.Xml.Ext/Mono.Xml.Ext.dll.sources
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.Ext.dll.sources
@@ -1,4 +1,5 @@
Assembly/AssemblyInfo.cs
+../../build/common/Consts.cs
../../build/common/MonoTODOAttribute.cs
Mono.Xml.XPath/DTMXPathDocument.cs
Mono.Xml.XPath/DTMXPathDocumentBuilder.cs