1 Commits
Author SHA1 Message Date
cneicy 9755e18087 chore: release 0.2.4
Publish UPM package / publish (push) Successful in 3s
2026-08-28 04:31:04 +08:00
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -2,6 +2,12 @@
本文件记录 `ShrinkModFramework` 在当前工作区中的包内变更。 本文件记录 `ShrinkModFramework` 在当前工作区中的包内变更。
## [0.2.4] - 2026-08-28
### Changed
- 精确依赖 `ShrinkEventBus 2.0.1`
## [0.2.3] - 2026-08-28 ## [0.2.3] - 2026-08-28
### Added ### Added
+2 -2
View File
@@ -1,13 +1,13 @@
{ {
"name": "com.cneicy.shrink-mod-framework", "name": "com.cneicy.shrink-mod-framework",
"version": "0.2.3", "version": "0.2.4",
"displayName": "ShrinkModFramework", "displayName": "ShrinkModFramework",
"description": "Unity 模组框架,提供发现、依赖、可逆生命周期、命名空间内容注册与优先级覆盖。", "description": "Unity 模组框架,提供发现、依赖、可逆生命周期、命名空间内容注册与优先级覆盖。",
"unity": "2022.3", "unity": "2022.3",
"dependencies": { "dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.2", "com.unity.nuget.newtonsoft-json": "3.2.2",
"com.cneicy.shrink-context-core": "0.1.0", "com.cneicy.shrink-context-core": "0.1.0",
"com.cneicy.shrink-eventbus": "2.0.0", "com.cneicy.shrink-eventbus": "2.0.1",
"com.cysharp.unitask": "2.5.10" "com.cysharp.unitask": "2.5.10"
}, },
"keywords": [ "keywords": [