Compare commits
1
Commits
9e92d38a53
...
30a6a11344
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30a6a11344 |
@@ -2,6 +2,12 @@
|
||||
|
||||
本文件记录 `ShrinkInstaller` 的包内变更。
|
||||
|
||||
## [0.2.6] - 2026-09-05
|
||||
|
||||
### Changed
|
||||
|
||||
- 将 `ShrinkEventBus.Entities` 目录版本更新到 `0.1.2`。
|
||||
|
||||
## [0.2.5] - 2026-09-05
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -93,7 +93,7 @@ namespace ShrinkSDK.Installer
|
||||
"com.cneicy.shrink-eventbus", "2.1.0", ShrinkSdkPackageLayer.Feature, true);
|
||||
internal static readonly ShrinkSdkPackageEntry EventBusEntities = Package(
|
||||
"Entities 事件适配", "将事件总线接入 Unity Entities。",
|
||||
"com.cneicy.shrink-eventbus-entities", "0.1.1", ShrinkSdkPackageLayer.Integration, true);
|
||||
"com.cneicy.shrink-eventbus-entities", "0.1.2", ShrinkSdkPackageLayer.Integration, true);
|
||||
internal static readonly ShrinkSdkPackageEntry ModFramework = Package(
|
||||
"模组框架", "Context 托管的模组生命周期、热替换与外部 DLL 加载。",
|
||||
"com.cneicy.shrink-mod-framework", "0.3.0", ShrinkSdkPackageLayer.Feature, true);
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.cneicy.shrink-installer",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"displayName": "ShrinkSDK 包管理",
|
||||
"description": "基于 UI Toolkit 的 ShrinkSDK 固定版本包管理器,提供安装状态、Context 分层与推荐组合。",
|
||||
"unity": "2022.3",
|
||||
|
||||
Reference in New Issue
Block a user