Json.NET v10.0.2 Release Notes

Release Date: 2017-04-02 // almost 7 years ago
    • ๐Ÿ”„ 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