Skip to content

Commit dbc16c8

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](2.3.17...2.4.0) (2025-12-24) ### Bug Fixes * **WechatFileSystem:** 为所有方法添加Preserve属性防止代码裁剪 ([81ea09c](81ea09c)) * **WechatFileSystem:** 添加对decryptionServices为空的检查 ([3914f3d](3914f3d)) ### Features * **AssetBundleBuilder:** 添加TrackSpriteAtlasDependencies参数以支持精灵图集依赖跟踪 ([c81aae2](c81aae2))
1 parent 0c003f6 commit dbc16c8

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.4.0](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/compare/2.3.17...2.4.0) (2025-12-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **WechatFileSystem:** 为所有方法添加Preserve属性防止代码裁剪 ([81ea09c](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/81ea09cb04bba1d8bf86ff82b5ed8aa61d4e1ed0))
7+
* **WechatFileSystem:** 添加对decryptionServices为空的检查 ([3914f3d](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/3914f3d912a2b32d9e55ea436f4e230f395707ba))
8+
9+
10+
### Features
11+
12+
* **AssetBundleBuilder:** 添加TrackSpriteAtlasDependencies参数以支持精灵图集依赖跟踪 ([c81aae2](https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset/commit/c81aae285ca76150add27464dbb00a35921da2da))
13+
114
# Changelog
215

316
## [2.3.17](https://github.com/GameFrameX/com.gameframex.unity.tuyoogame.yooasset/tree/2.3.17) (2025-10-25)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gameframex.unity.tuyoogame.yooasset",
33
"displayName": "YooAsset",
4-
"version": "2.3.17",
4+
"version": "2.4.0",
55
"unity": "2019.4",
66
"description": "unity3d resources management system.",
77
"author": {
@@ -56,4 +56,4 @@
5656
"access": "public",
5757
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)