Update package.json

pull/455/head
何冠峰 2025-01-03 18:10:53 +08:00
parent 5c638d713e
commit 0c732755ec
1 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "com.tuyoogame.yooasset", "name": "com.tuyoogame.yooasset",
"displayName": "YooAsset", "displayName": "YooAsset",
"version": "2.2.7-preview", "version": "2.2.8-preview",
"unity": "2019.4", "unity": "2019.4",
"description": "unity3d resources management system.", "description": "unity3d resources management system.",
"author": { "author": {
@ -16,13 +16,18 @@
}, },
{ {
"displayName": "Extension Sample", "displayName": "Extension Sample",
"description": "YooAsset editor extension sample, Include patcher combine, patcher compare, patcher importer and other functions.", "description": "YooAsset extension sample, Include patcher combine, patcher compare, patcher importer and other functions.",
"path": "Samples~/Extension Sample" "path": "Samples~/Extension Sample"
}, },
{ {
"displayName": "UniTask Sample", "displayName": "UniTask Sample",
"description": "UniTask extension sample, Include extension scprits, Please Read the README documentation in the extension sample .", "description": "UniTask sample, Please Read the README documentation in the sample .",
"path": "Samples~/UniTask Sample" "path": "Samples~/UniTask Sample"
},
{
"displayName": "Test Sample",
"description": "Test sample, Include unit test cases .",
"path": "Samples~/Test Sample"
} }
], ],
"repository": { "repository": {