Update DotNetNuke.Newtonsoft.Json.dnn to reference version 13.0.3#6174
Merged
mitchelsellers merged 4 commits intodnnsoftware:release/9.13.5from Oct 25, 2024
Merged
Update DotNetNuke.Newtonsoft.Json.dnn to reference version 13.0.3#6174mitchelsellers merged 4 commits intodnnsoftware:release/9.13.5from
mitchelsellers merged 4 commits intodnnsoftware:release/9.13.5from
Conversation
It's build directly via the PackageMicrosoftGlobbing task
Contributor
|
Thanks @dimarobert. I think this is also related to #5332. For all other libraries that we include, we automatically set the right version number during packaging, but Newtonsoft.Json wasn't doing that. I've pushed a few commits to this PR branch which apply that common functionality. |
bdukes
approved these changes
Oct 25, 2024
mitchelsellers
approved these changes
Oct 25, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #6173
Summary
Updates the version of Newtonsoft.Json to reflect the actual version of the package 13.0.3.
Not sure what could be done for 13.0.2 release.