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

Commit

Permalink
Json.NET 12.0.1, release 1 for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed May 5, 2020
1 parent 7fcc7d4 commit 8c47720
Show file tree
Hide file tree
Showing 32 changed files with 33,916 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Newtonsoft.Json for Unity changelog

## 12.0.101

## Changes

- Setup CircleCI integration
- Setup Codacy integration
- 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)._
- Switched to [cloudsmith.com][cloudsmith-url] as registry provider

Change to the new registry by replacing the `url` property of the scopedRegistry inside your `/Packages/manifest.json` file.
Replace this line:

```json
"url": "https://registry.npmjs.org/",
```

with this:

```json
"url": "https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity/",
```

## 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
7 changes: 7 additions & 0 deletions CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2019 Kalle Jillheden (jilleJr)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7 changes: 7 additions & 0 deletions LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Plugins/Newtonsoft.Json AOT.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll
Binary file not shown.
129 changes: 129 additions & 0 deletions Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.pdb
Binary file not shown.
7 changes: 7 additions & 0 deletions Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.pdb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c47720

Please sign in to comment.