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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed to use only major in assembly version * Changed changelog * Updated to 12.0.102 * Shortened CHANGELOG.md
- Loading branch information
Showing
6 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,17 @@ | ||
# Newtonsoft.Json for Unity changelog | ||
|
||
## 12.0.101 | ||
## 12.0.102 | ||
|
||
- Fixed to use only major version in assembly version (ex: `12.0.0.0`, instead of `12.0.1.0`) | ||
|
||
## Changes | ||
## 12.0.101 | ||
|
||
- Setup CircleCI integration | ||
- Setup Codacy integration | ||
- Switched to [cloudsmith.com][cloudsmith-url] as registry provider | ||
- New versioning format. For more info see [the readme in the repository][readme-url]. Changes are based of off `12.0.1-patch-001` version _(in previous format)._ | ||
|
||
## 12.0.1-patch-001 | ||
|
||
- Fixed building on standalone ([Issue #3][issue3]) | ||
|
||
## 12.0.1 | ||
|
||
- Initial release | ||
- Deployed to [npmjs.com][npm-url] | ||
|
||
[readme-url]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity#readme | ||
[cloudsmith-url]: https://cloudsmith.io/~jillejr/repos/newtonsoft-json-for-unity | ||
[npm-url]: https://www.npmjs.com/package/jillejr.newtonsoft.json-for-unity | ||
[issue3]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/3 |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"Minor": 0, | ||
"Patch": 2, | ||
|
||
"Release": 1 | ||
"Release": 2 | ||
} |