release: 1.0.15

This commit is contained in:
2026-06-12 16:12:25 +08:00
parent 915180881d
commit ab4df03199
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# [1.0.15]
### 调整
* 源头项目升级到 Unity `2022.3.62f2c1`,包声明同步到 Unity `2022.3`
* 修正 `package.json` 仓库地址,便于模板项目直接依赖远程发布包,避免继续维护本地商业化副本。
# [1.0.14]
### 修复

View File

@@ -2,12 +2,12 @@
"name": "com.foldcc.cc-framework.commercialization",
"displayName": "CC-Framework.commercialization",
"description": "商业化sdk通用组件包含广告、内购、用户统计、归因统计等",
"version": "1.0.14",
"unity": "2021.1",
"version": "1.0.15",
"unity": "2022.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization"
"url": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git"
},
"author": {
"name": "foldcc",