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
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed May 5, 2020
1 parent 8c47720 commit 834f9cb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 35 deletions.
15 changes: 1 addition & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,8 @@

- 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/",
```
- 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

Expand Down
Binary file modified Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.pdb
Binary file not shown.
Binary file modified Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.pdb
Binary file not shown.
Binary file modified Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.dll
Binary file not shown.
Binary file modified Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.pdb
Binary file not shown.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@

Json.NET is a popular high-performance JSON framework for .NET

| ⚠ PACKAGE HAS MOVED TO A DIFFERENT REGISTRY ⚠ |
| :---: |
| Update your manifest.json with the new URL |

```diff
{
"scopedRegistries": [
{
"name": "Packages from jillejr",
- "url": "https://registry.npmjs.org/",
+ "url": "https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity/",
"scopes": ["jillejr"]
}
],
/.../
}
```

---

This package is a fork of Newtonsoft.Json containing custom builds targeting standalone, portable (UWP, WP8), and AOT targets such as all IL2CPP builds (iOS, WebGL, Android, Windows, Mac OS X, et.al).

## Versioning format
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Json.NET 12.0.1 for Unity",
"version": "12.0.101",
"unity": "2018.1",
"description": "Json.NET is a popular high-performance JSON framework for .NET\n\n---\n\n[!] PACKAGE HAS MOVED TO A DIFFERENT REGISTRY\n[!] Update your manifest.json with the new URL:\n\n\"scopedRegistries\": [\n {\n \"name\": \"Packages from jillejr\",\n \"url\": \"https://npm.cloudsmith.io/jillejr/newtonsoft-json-for-unity/\",\n \"scopes\": [\"jillejr\"]\n }\n],\n\n---\n\nThis package is a fork of Newtonsoft.Json containing custom builds targeting standalone, portable (UWP, WP8), and AOT targets such as all IL2CPP builds (iOS, WebGL, Android, Windows, Mac OS X, et.al).\n\nThis package is licensed under The MIT License (MIT)\n\nCopyright © 2019 Kalle Jillheden (jilleJr)\nhttps://github.com/jilleJr/Newtonsoft.Json-for-Unity\n\nCopyright © 2007 James Newton-King\nhttps://github.com/JamesNK/Newtonsoft.Json\n\nSee full copyrights in LICENSE.md inside package",
"description": "Json.NET is a popular high-performance JSON framework for .NET\n\nThis package is a fork of Newtonsoft.Json containing custom builds targeting standalone, portable (UWP, WP8), and AOT targets such as all IL2CPP builds (iOS, WebGL, Android, Windows, Mac OS X, et.al).\n\nThis package is licensed under The MIT License (MIT)\n\nCopyright © 2019 Kalle Jillheden (jilleJr)\nhttps://github.com/jilleJr/Newtonsoft.Json-for-Unity\n\nCopyright © 2007 James Newton-King\nhttps://github.com/JamesNK/Newtonsoft.Json\n\nSee full copyrights in LICENSE.md inside package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 834f9cb

Please sign in to comment.