- Change - .NET 4 portable class library target added back to NuGet package
- Change - Changed NuGet dependencies to use NETStandard.Library 1.6.1
- Change - Changed double parsing back to double.TryParse to avoid small floating point precision errors
- Fix - Fixed binary serialization of JsonException and friends
- Fix - Fixed JsonLoadSettings.LineInfoHandling not being used correctly when loading JTokens
- Fix - Fixed serializing IListSource implementations
- Fix - Fixed handling errors when reading metadata properties during deserialization