You've already forked CC-Framework.Commercialization
release: 1.0.15
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
# [1.0.15]
|
||||||
|
|
||||||
|
### 调整
|
||||||
|
|
||||||
|
* 源头项目升级到 Unity `2022.3.62f2c1`,包声明同步到 Unity `2022.3`。
|
||||||
|
* 修正 `package.json` 仓库地址,便于模板项目直接依赖远程发布包,避免继续维护本地商业化副本。
|
||||||
|
|
||||||
# [1.0.14]
|
# [1.0.14]
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
"name": "com.foldcc.cc-framework.commercialization",
|
"name": "com.foldcc.cc-framework.commercialization",
|
||||||
"displayName": "CC-Framework.commercialization",
|
"displayName": "CC-Framework.commercialization",
|
||||||
"description": "商业化sdk通用组件,包含广告、内购、用户统计、归因统计等",
|
"description": "商业化sdk通用组件,包含广告、内购、用户统计、归因统计等",
|
||||||
"version": "1.0.14",
|
"version": "1.0.15",
|
||||||
"unity": "2021.1",
|
"unity": "2022.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization"
|
"url": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "foldcc",
|
"name": "foldcc",
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
m_EditorVersion: 2021.3.11f1c1
|
m_EditorVersion: 2022.3.62f2c1
|
||||||
m_EditorVersionWithRevision: 2021.3.11f1c1 (de0f7ff13b1e)
|
m_EditorVersionWithRevision: 2022.3.62f2c1 (92e6e6be66dc)
|
||||||
|
|||||||
Reference in New Issue
Block a user