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

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
2013-03-14Sign the assembly with our own key.Bojan Rajkovic
We don't have the upstream key, and don't want a binary dep, but we need a strongname dep to fix some assembly loading issues.
2012-12-07Merge from upstream.Bojan Rajkovic
2012-03-19-More build fixesJames Newton-King
2012-03-19-Fixed Metro build targeting ARM for some reasonJames Newton-King
2012-03-19-Various Metro fixesJames Newton-King
2012-03-19-Updated version to 4.5.1James Newton-King
-Changed build script to include Metro build -Changed build script to set assembly version to major version only -Documentation
2012-02-12-Fixed build to not include nested directories in NuGet packageJamesNK
2012-02-12-Modified build to compile both signed and unsigned Silverlight/Windows ↵JamesNK
Phone assemblies
2012-02-11-Fixed JsonValidatingReader.ReadAsBytes throwing exceptionJamesNK
-Minor NuGet spec updates
2012-02-10-Fixed build fileJamesNK
2012-02-10-Incremented version to 4.0.8JamesNK
-Added VersionConverter -Fixed converting XML to JSON with a default namespace -Changed Silverlight/Windows Phone assemblies to not be signed
2012-01-24-Increment version to 4.0.7JamesNK
-Fixed circular reference error when serializing nullable structs -Fixed JsonReader.ReadAsXXX methods not converting string values
2012-01-23-Changed version number to 4.0.6JamesNK
2011-12-10-Fixed referencing the NuGet package from Windows Phone 7.1 projectsJamesNK
-Updated to the latest version of SandCastle Help File Builder
2011-11-19-Updated build numberJamesNK
-Example SerializationBinder test
2011-10-02-Update NuGet package versionJamesNK
2011-10-01-Changed the assembly file names to all be Newtonsoft.Json.dll to fix NuGet ↵JamesNK
referencing
2011-06-25-Changed Newtonsoft.Json.Net20.dll to use LinqBridge source code rather than ↵JamesNK
ilmerge to fix error
2011-05-02-Improved support for deserializing objects using non-default constructorsJamesNK
-JsonConverterAttribute now allowed on constructor parameters -JsonPropertyAttribute now allowed on constructor parameters
2011-04-22-DemoJamesNK
-Changed build script to support NuGet profiles
2011-04-10-Updated build process to embed the build number as assembly versionJamesNK
2011-04-10-Updated NuGet.exe to 1.2JamesNK
-Changed NuGet spec file to include client profiles
2011-01-09-Updated nuspec fileJamesNK
2011-01-08-Updated nuspec file for 4.0JamesNK
-Added Load and Parse helper methods to JToken -Fixed performance issues when deserializing with partial type names -Fixed deserializing certain decimal values on classes with non-default constructors
2011-01-03-Upgraded Silverlight project to Silverlight 4JamesNK
-Included .NET 4 features in Silverlight project
2011-01-02-Fixed building documentation in .NET 4JamesNK
2010-12-05-Updated build to use latest version of NuGet command line package builderJamesNK
2010-10-12-Added NuPack to build processJamesNK
-Fixed deserializing structs when reusing existing values -Renamed Windows Phone 7 dll to Newtonsoft.Json.WindowsPhone.dll
2010-09-18-Added Windows Phone 7 buildJamesNK
2010-09-11-Added .NET 3.5 buildJamesNK
-Added dynamic support to LINQ to JSON -Added dynamic support to serializer
2010-08-31-Updated source code to VS2010JamesNK
-Updated main project to .NET 4.0 -Updated to psake 4.0 -Changed assembly version to 4.0.0.0 -Added ICustomTypeDescriptor implementation to JObject, removed JTypeDescriptionProvider and JTypeDescriptor -Changed serialization of collections to use iterator rather than indexer -Removed Compact Framework project -Fixed XML documentation warnings
2010-08-14-DemosJamesNK
2010-04-20-Fix ReadAsBytes for empty stringsJamesNK
-Fix (hopefully) signing merged assemblies
2010-03-17-Added ReflectionDelegateFactory, DynamicReflectionDelegateFactory and ↵JamesNK
LateBoundDelegateFactory to support switching between dynamic and late bound reflection for medium trust environments -Added WriteObjectId to BsonWriter -Added BsonObjectId and BsonObjectIdConverter classes -Added KeyValuePairConverter -Added DynamicCodeGeneration flag to DefaultContractResolver -Changed JsonConverter.ReadJson to add an extra parameter: currentValue
2010-03-05-BuildJamesNK
2010-03-05-BuildJamesNK
2010-03-05-BuildJamesNK
-Tests
2010-02-28-Update build script to run tests against the final assembliesJamesNK
-Update psake script to latest version
2010-02-07-Added GetSchema, CanRead, CanWrite to JsonConverterJamesNK
-Fix CustomCreationConverter erroring when writing JSON
2010-02-06-Add missing xml documentationJamesNK
-Add build tools -Add build scripts -Move doc directory