Skip to content

Commit 17a209d

Browse files
committed
Add new UnityPackage
1 parent 24262a8 commit 17a209d

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"#base": "JsonNet.base.json",
3+
"id": "JsonNet-Lite",
4+
"files": [
5+
"../Newtonsoft.Json/bin/ReleaseLite/Newtonsoft.Json.dll"
6+
]
7+
}

src/UnityPackage/JsonNet.base.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "8.0.3",
3+
"authors": [ "James Newton-King" ],
4+
"owners": [ "Esun Kim" ],
5+
"description": "Unity3D port of Json.NET which is a popular high-performance JSON framework for .NET"
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"#base": "JsonNet.base.json",
3+
"id": "JsonNet",
4+
"files": [
5+
"../Newtonsoft.Json/bin/Release/Newtonsoft.Json.dll"
6+
]
7+
}

0 commit comments

Comments
 (0)