Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-062010-07-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DataContractJsonSerializer_2_1.cs : add extra methods for Sys.SM.Web.Extensions build. * WebMessageFormatter.cs : add NET_2_1 profile build. * AssemblyInfo.cs : InternalVisibleTo System.ServiceModel.Web.Extensions. svn path=/trunk/mcs/; revision=159943
2010-03-102010-03-10 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
in System.ServiceModel.Web: * JavaScriptObjectDeserializer.cs : new internal file, which is used by System.Json (for moonlight compatibility). * net_2_0_System.ServiceModel.Web.dll.sources, net_2_1_raw_System.ServiceModel.Web.dll.sources : add JavaScriptObjectDeserializer.cs and JsonReader in Sys.Json (which is to be moved later). * AssemblyInfo.cs: added InternalVisibleTo(System.Json). Also added dummy 2.0 for easy testing. in System.Json: * JsonValue.cs : use Sys.SM.Web.dll's JavaScriptObjectDeserializer for silverlight sdk / moonlight compatibility. * JsonReader.cs : renamed to JavaScriptReader (for disambiguation in Sys.SM.Web.dll). Now it is native-type based and used by the above deserializer. * Makefile : reference System.Xml and System.ServiceModel.Web (for moonlight compatibility). * AssemblyInfo.cs : use the same pub key in 2.0 (dummy), to ease testing locally. svn path=/trunk/mcs/; revision=153392
2010-01-252010-01-25 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AssemblyInfo.cs: Fix attributes for Moonlight svn path=/trunk/mcs/; revision=150147
2009-01-142009-01-14 Jb Evain <jbevain@novell.com>Jb Evain
* AssemblyInfo.cs: fix the public key for the NET_2_1 case. svn path=/trunk/mcs/; revision=123378
2008-08-21move to from olive to mcsJb Evain
svn path=/trunk/mcs/; revision=111188