You've already forked Commercialization.tapadn
release: 1.0.1
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# [1.0.1]
|
||||
|
||||
### 调整
|
||||
|
||||
* 包声明升级到 Unity `2022.3`,项目版本固定为 `2022.3.62f2c1`。
|
||||
* 依赖的 `CC-Framework.Commercialization` 升级到 `1.0.15`,对齐源头商业化框架发布包。
|
||||
|
||||
# [1.0.0]
|
||||
|
||||
### 新增
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
"name": "com.commercialization.tapadn",
|
||||
"displayName": "Commercialization.tapadn",
|
||||
"description": "TapADN / Dirichlet mediation implementation for CC-Framework.Commercialization.",
|
||||
"version": "1.0.0",
|
||||
"unity": "2021.1",
|
||||
"version": "1.0.1",
|
||||
"unity": "2022.3",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://private.lightyears.ltd:18650/foldcc/Commercialization.tapadn"
|
||||
"url": "http://private.lightyears.ltd:18650/foldcc/Commercialization.tapadn.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "foldcc",
|
||||
@@ -15,7 +15,7 @@
|
||||
"url": "https://gitee.com/foldcc"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git#1.0.14"
|
||||
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git#1.0.15"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
|
||||
@@ -110,7 +110,7 @@ iOS runtime 桥接负责:
|
||||
发布包入口是 `Assets/package.json`,其中 `com.foldcc.cc-framework.commercialization` 依赖保持为远程 Git URL:
|
||||
|
||||
```json
|
||||
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git#1.0.14"
|
||||
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git#1.0.15"
|
||||
```
|
||||
|
||||
当前仓库自身作为 Unity 验证工程时,可以在 `Packages/manifest.json` 使用本地 `file:` 引用:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
m_EditorVersion: 2022.3.62f3c1
|
||||
m_EditorVersionWithRevision: 2022.3.62f3c1 (1623fc0bbb97)
|
||||
m_EditorVersion: 2022.3.62f2c1
|
||||
m_EditorVersionWithRevision: 2022.3.62f2c1 (92e6e6be66dc)
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git#1.0.14",
|
||||
"com.commercialization.tapadn": "http://private.lightyears.ltd:18650/foldcc/Commercialization.tapadn.git#1.0.0"
|
||||
"com.foldcc.cc-framework.commercialization": "http://private.lightyears.ltd:18650/foldcc/CC-Framework.Commercialization.git#1.0.15",
|
||||
"com.commercialization.tapadn": "http://private.lightyears.ltd:18650/foldcc/Commercialization.tapadn.git#1.0.1"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user