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/Cscompmgd
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/Cscompmgd')
-rw-r--r--mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs9
-rw-r--r--mcs/class/Cscompmgd/Cscompmgd.dll.sources1
2 files changed, 6 insertions, 4 deletions
diff --git a/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs b/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
index 570a231ecf0..2ae14eeb3b4 100644
--- a/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
@@ -40,28 +40,29 @@ using System.Runtime.ConstrainedExecution;
#endif
using System.Runtime.InteropServices;
+[assembly: AssemblyVersion (Consts.VsVersion)]
+#if (NET_2_0)
+[assembly: SatelliteContractVersion (Consts.VsVersion)]
+#endif
+
#if (NET_1_0)
[assembly: AssemblyDescription ("Managed interface for C# compiler")]
[assembly: AssemblyFileVersion ("7.0.9466.0")]
[assembly: AssemblyTitle ("Managed C# Compiler")]
- [assembly: AssemblyVersion ("7.0.3300.0")]
#elif (NET_2_0)
[assembly: AssemblyDefaultAlias ("cscompmgd.dll")]
[assembly: AssemblyDescription ("cscompmgd.dll")]
[assembly: AssemblyFileVersion ("8.0.50215.44")]
[assembly: AssemblyInformationalVersion ("8.0.50215.44")]
[assembly: AssemblyTitle ("cscompmgd.dll")]
- [assembly: AssemblyVersion ("8.0.3600.0")]
[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: NeutralResourcesLanguage ("en-US")]
[assembly: ReliabilityContract(Consistency.MayCorruptProcess, Cer.None)]
- [assembly: SatelliteContractVersion ("8.0.0.0")]
#elif (NET_1_1)
[assembly: AssemblyDescription ("Managed interface for C# compiler")]
[assembly: AssemblyFileVersion ("7.10.3052.4")]
[assembly: AssemblyTitle ("Managed C# Compiler")]
- [assembly: AssemblyVersion ("7.0.5000.0")]
#endif
[assembly: CLSCompliant (true)]
diff --git a/mcs/class/Cscompmgd/Cscompmgd.dll.sources b/mcs/class/Cscompmgd/Cscompmgd.dll.sources
index b5366cf0ee4..8558e1d8cb0 100644
--- a/mcs/class/Cscompmgd/Cscompmgd.dll.sources
+++ b/mcs/class/Cscompmgd/Cscompmgd.dll.sources
@@ -1,4 +1,5 @@
Assembly/AssemblyInfo.cs
+../../build/common/Consts.cs
../../build/common/Locale.cs
Microsoft.CSharp/Compiler.cs
Microsoft.CSharp/CompilerError.cs