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