This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
forked from JamesNK/Newtonsoft.Json
-
Notifications
You must be signed in to change notification settings - Fork 131
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Changed to use only major in assembly version * Changed changelog * Updated to 12.0.102 * Shortened CHANGELOG.md
Merge from 'master'
Feature/merge #21 (2)
Feature/12.0.102: Docs fixing
Feature/12.0.102: Target frameworks now .NET Standard 2.0
…rences to internals showing
…mbly Feature/12.0.102: Strong Name Assembly
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 of12.0.1.0
) (Fixes Bug: Wrong versioning in DLLs #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
). (Fixes Feature/12.0.102: Target frameworks now .NET Standard 2.0 #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.
(Fixes Assembly not found by my DLL. Wrong strong name identity of assembly #7, fixes Suggestion: Open a resource avaliable for download as packed DLL or download from nuget. #10)