fix(modframework): publish standalone export support
Publish UPM package / publish (push) Successful in 18s

This commit is contained in:
ShrinkSDK Automation
2026-08-26 04:08:14 +08:00
parent b0f35af052
commit 6e0c5f6e64
5 changed files with 23 additions and 4 deletions
+5
View File
@@ -2,6 +2,11 @@
本文件记录 `ShrinkModFramework` 在当前工作区中的包内变更。
## [0.2.1] - 2026-08-26
- 将 EventBus 生成器源码和 fixture builder 收敛到各自 UPM 包的 `Tools~`,并为独立包导出提供随包分析器回退。
- 修正 Unity 2022 中 `PackageInfo` 的命名空间冲突,确保包可独立编译。
## [0.2.0] - 2026-08-24
### Added