2009-09-30 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tools / svcutil / ChangeLog
1 2009-09-30  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * MoonlightChannelBaseExtension.cs : add CreateChannel() override.
4
5 2009-08-10  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * MoonlightChannelBaseExtension.cs : fixed a couple of generated
8           code to compile on .NET (not in mcs yet; some nested generics bug).
9
10 2009-08-10  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * Driver.cs, CommandLineOptions.cs : add moonlight proxy generator
13           support.
14         * MoonlightChannelBaseExtension.cs : new, moonlight proxy generator.
15           Implemented as I[Service|Operation]ContractGenerationExtension.
16         * svcutil.exe.sources : add above.
17
18 2006-10-19  Ankit Jain  <jankit@novell.com>
19
20         * Driver.cs: Try to use HTTP GET to get wsdl, if it fails then try
21         ws-mex.
22         * Makefile: Add reference to System.Web.Services.dll
23
24 2006-06-27  Ankit Jain  <jankit@novell.com>
25
26         * Copy of client-proxy-generator.
27         * Driver.cs: Hacked to use fetch metadata from a url.
28
29 2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * README : added, as this tool exists only in mono.
32
33 2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * CommandLineOptions.cs : set "" for default Namespace value.
36
37 2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * CommandLineOptions.cs, Driver.cs, Makefile,
40           client-proxy-gen.exe.sources :
41           new files for convenient client proxy generator *from contract Type*.