Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 3bdecfa

Browse files
committed
Updated package JSON dependency version, readme changes
1 parent 2dd8c91 commit 3bdecfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Plugins/Lowscope/Appwrite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"changelogUrl": "https://github.com/AlexMeesters/unity-appwrite-plugin/releases/tag/v0.1",
99
"licensesUrl": "https://github.com/AlexMeesters/unity-appwrite-plugin/blob/main/LICENSE",
1010
"dependencies": {
11-
"com.unity.nuget.newtonsoft-json": "2.0.1-preview.1"
11+
"com.unity.nuget.newtonsoft-json": "3.0.2"
1212
},
1313
"keywords": [
1414
"Appwrite"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and this allowed me to just fetch specific parameters.
4040
### To install JSON. Net
4141

4242
Add the following to the manifest.json in /YourProjectFolder/Packages/manifest.json
43-
"com.unity.nuget.newtonsoft-json": "2.0.1-preview.1",
43+
"com.unity.nuget.newtonsoft-json": "3.0.2",
4444

4545
### Install TextMeshPro
4646

0 commit comments

Comments
 (0)