Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Json.NET 12.0.1, release 2

Compare
Choose a tag to compare
@applejag applejag released this 30 Dec 01:43
· 2089 commits to master since this release
12.0.102
35a2470

Changes

  • ✨ New: Moved some documentation to the new wiki. All markdown files in the
    repository has been tidied.

  • 🐛 Fix: Only use major version in assembly version (ex: 12.0.0.0, instead of
    12.0.1.0) (#18)

  • 🐛 Fix: Package targets .NET 4.5 & .NET 4.6.1 instead of recommended
    .NET Standard 2.0. Portable should still target the PCL profile 259
    (portable-net45+win8+wpa81+wp8)
    . (#29)

  • 🐛 Fix: Assembly not found due to unsigned and not strong named assembly.
    The packaged DLL's are now signed with the public key of Newtonsoft.Json.
    (#7, #10)