release: 1.0.15

This commit is contained in:
2026-06-12 16:12:25 +08:00
parent 781837a769
commit 3fcd4a5af8
3 changed files with 12 additions and 5 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",

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.11f1c1
m_EditorVersionWithRevision: 2021.3.11f1c1 (de0f7ff13b1e)
m_EditorVersion: 2022.3.62f2c1
m_EditorVersionWithRevision: 2022.3.62f2c1 (92e6e6be66dc)