* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / build / common / ChangeLog
1 2006-06-07  Kornél Pál  <kornelpal@gmail.com>
2
3         * Consts.cs.in: Removed RuntimeVersion as it should be the same as
4           FxFileVersion. Use FxFileVersion for Environment.Version.
5
6 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
7
8         * Consts.cs.in: Removed obsolete using System.Runtime.InteropServices.
9
10 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
11
12         * Consts.cs.in: Added FxFileVersion for use in assemblies instead of
13           RuntimeVersion.
14
15 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
16
17         * Consts.cs.in: Added VsFileVersion that is used by assemblies.
18
19 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
20
21         * Consts.cs.in: Added RuntimeVersion numbers for 1.0 and 1.1 as well.
22
23 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
26         require it (for AssemblyFileVersion).
27
28 2005-09-21  Kornél Pál  <kornelpal@hotmail.com>
29
30         * Consts.cs.in: Removed UnmanagedType_80 that was required because mcs bug
31           #75945 was not discovered.
32
33 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
34
35         * Consts.cs.in: Use Microsoft.VisualStudio.Web only in profile NET_2_0 as
36           the assembly does not exists in older versions. Fixed to use VsVersion.
37
38 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
39
40         * ChangeLog: Added.
41         * Consts.cs: Renamed to Consts.cs.in.
42         * Consts.cs.in: Added MonoVersion.