3bcdbe851bc30743c1aa4c81ad42178b296586f6
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Metadata / ChangeLog
1 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
2
3         * SoapAttribute.cs: use protected field to store namespace value, 
4         removed obsolete private field
5
6 2004-06-10  Lluis Sanchez Gual  <lluis@ximian.com>
7
8         * SoapAttribute.cs: Added missing protected members.
9
10 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
11
12         * SoapTypeAttribute.cs: Reverted last change. MS.NET don't return the full
13           assembly name.
14
15 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
16
17         * SoapTypeAttribute.cs: Use full namespace name.
18
19 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
20
21         * SoapTypeAttribute.cs: Set correct value for default namespace.
22
23 2003-11-26  Lluis Sanchez Gual  <lluis@ximian.com>
24
25         * SoapAttribute.cs, SoapFieldAttribute.cs, SoapMethodAttribute.cs,
26           SoapTypeAttribute.cs: Added SetReflectionObject. Used to initialize some
27           attribute properties.
28
29 2003-11-11  Lluis Sanchez Gual  <lluis@ximian.com>
30
31         * SoapAttribute.cs, SoapFieldAttribute.cs, SoapMethodAttribute.cs,
32           SoapTypeAttribute.cs: Implemented several simple methods and properties.
33
34 2002-07-29  Duncan Mak  <duncan@ximian.com>
35
36         * SoapAttribute.cs: Fixed typo, renamed ReflectionInfo to ReflectInfo.
37
38         * SoapOption.cs: Fix the namespace.
39
40 2002-07-24  Duncan Mak  <duncan@ximian.com>
41
42         * SoapAttribute.cs: 
43         * SoapFieldAttribute.cs: 
44         * SoapMethodAttribute.cs: 
45         * SoapParameterAttribute.cs: 
46         * SoapTypeAttribute.cs: Stubbed out.
47
48         * SoapOption.cs: 
49         * XmlFieldOrderOption.cs: Moved here from System.Runtime.Remoting