修改08包名

This commit is contained in:
2025-04-11 10:21:58 +08:00
parent d509726b7d
commit 4bec2efa8c
2 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "com.staryevo.uifarme", "name": "com.staryevo.uifarme",
"displayName": "06.UIFarme", "displayName": "06.UIFarme",
"version": "1.0.0", "version": "1.0.1",
"description": "UI模板框架工具", "description": "UI模板框架工具",
"unity": "2021.3", "unity": "2021.3",
"unityRelease": "30f1", "unityRelease": "30f1",
@@ -13,6 +13,10 @@
"type": "git", "type": "git",
"url": "http://192.168.31.100:8088/framework/xosmopluginlibrary.git#02.InformationSave" "url": "http://192.168.31.100:8088/framework/xosmopluginlibrary.git#02.InformationSave"
}, },
"dependencies": {
"com.staryevo.main": "1.x.x",
"com.tuyoogame.yooasset": "2.3.7"
},
"author": { "author": {
"name": "staryEvo", "name": "staryEvo",
"url": "https://www.unity3d.com" "url": "https://www.unity3d.com"

View File

@@ -1,9 +1,9 @@
{ {
"name": "com.cysharp.unitask", "name": "com.staryevo.unitask",
"displayName": "UniTask", "displayName": "UniTask",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" }, "author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
"version": "2.5.10", "version": "1.0.0",
"unity": "2018.4", "unity": "2021.3",
"description": "Provides an efficient async/await integration to Unity.", "description": "Provides an efficient async/await integration to Unity.",
"keywords": [ "async/await", "async", "Task", "UniTask" ], "keywords": [ "async/await", "async", "Task", "UniTask" ],
"license": "MIT", "license": "MIT",