release: 1.0.1

This commit is contained in:
2026-06-12 16:17:36 +08:00
parent 7e012bfd45
commit 18856a9a55
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
# [1.0.1]
### 调整
* 包声明升级到 Unity `2022.3`,项目版本固定为 `2022.3.62f2c1`
* 依赖的 `CC-Framework.Commercialization` 升级到 `1.0.15`,对齐源头商业化框架发布包。
# [1.0.0] # [1.0.0]
### 新增 ### 新增

View File

@@ -2,12 +2,12 @@
"name": "com.commercialization.tapadn", "name": "com.commercialization.tapadn",
"displayName": "Commercialization.tapadn", "displayName": "Commercialization.tapadn",
"description": "TapADN / Dirichlet mediation implementation for CC-Framework.Commercialization.", "description": "TapADN / Dirichlet mediation implementation for CC-Framework.Commercialization.",
"version": "1.0.0", "version": "1.0.1",
"unity": "2021.1", "unity": "2022.3",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://private.lightyears.ltd:18650/foldcc/Commercialization.tapadn" "url": "http://private.lightyears.ltd:18650/foldcc/Commercialization.tapadn.git"
}, },
"author": { "author": {
"name": "foldcc", "name": "foldcc",
@@ -15,7 +15,7 @@
"url": "https://gitee.com/foldcc" "url": "https://gitee.com/foldcc"
}, },
"dependencies": { "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": [ "samples": [
{ {