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