diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d622d18..8cda39d0b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll b/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll index 50d772862..988b92524 100755 Binary files a/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll and b/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll differ diff --git a/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.pdb b/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.pdb index 332fb8c39..6835af38e 100755 Binary files a/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.pdb and b/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.pdb differ diff --git a/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll b/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll index 372f9e23b..1065ac77d 100755 Binary files a/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll and b/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.dll differ diff --git a/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.pdb b/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.pdb index 38a1b6413..67af19d7f 100755 Binary files a/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.pdb and b/Plugins/Newtonsoft.Json Editor/Newtonsoft.Json.pdb differ diff --git a/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.dll b/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.dll index 7f2dd9ab2..463796999 100755 Binary files a/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.dll and b/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.dll differ diff --git a/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.pdb b/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.pdb index fe94a00fd..1bfa078c1 100755 Binary files a/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.pdb and b/Plugins/Newtonsoft.Json Portable/Newtonsoft.Json.pdb differ diff --git a/README.md b/README.md index bb4430c9f..1dfcfb6c3 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 9505e3083..b8872510d 100755 --- a/package.json +++ b/package.json @@ -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"