Compare commits
6
Commits
014bf8d56d
...
v2.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af4b838c25 | ||
|
|
1486894f52 | ||
|
|
320397c092 | ||
|
|
df7a0d68fe | ||
|
|
fa7897f827 | ||
|
|
11ca5c53d4 |
@@ -26,12 +26,17 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -eu
|
||||
machine_id_file="/root/.local/share/unity3d/Unity/.machine-id"
|
||||
if test -s "$machine_id_file"; then
|
||||
cat "$machine_id_file" > /etc/machine-id
|
||||
echo "Unity machine identity restored"
|
||||
fi
|
||||
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
|
||||
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
|
||||
test -n "$unity_bin"
|
||||
"$unity_bin" \
|
||||
-batchmode \
|
||||
-nographics \
|
||||
-quit \
|
||||
-projectPath "$PWD/Development~/UnityProject" \
|
||||
-runTests \
|
||||
-testPlatform EditMode \
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
本文件记录 `ShrinkDataSaver.Integration.EventBus` 这个独立 UPM 包的变更。
|
||||
|
||||
## [2.1.2] - 2026-08-28
|
||||
|
||||
### Changed
|
||||
|
||||
- 精确依赖 `ShrinkDataSaver 2.2.2`。
|
||||
|
||||
## [2.1.0] - 2026-05-18
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.33",
|
||||
"com.cneicy.shrink-datasaver-integration-eventbus": "file:../../.."
|
||||
}
|
||||
"com.cneicy.shrink-datasaver-integration-eventbus": "file:../../..",
|
||||
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b"
|
||||
},
|
||||
"testables": [
|
||||
"com.cneicy.shrink-datasaver-integration-eventbus"
|
||||
]
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.cneicy.shrink-datasaver-integration-eventbus",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.2",
|
||||
"displayName": "ShrinkDataSaver - EventBus Integration",
|
||||
"description": "ShrinkDataSaver 与 ShrinkEventBus 的桥接层,自动将存档/设置事件映射到事件总线。",
|
||||
"unity": "2022.3",
|
||||
@@ -8,7 +8,7 @@
|
||||
"changelogUrl": "https://git.crash.work/ShrinkSDK/ShrinkDataSaver.Integration.EventBus/src/branch/main/CHANGELOG.md",
|
||||
"licensesUrl": "https://github.com/cneicy/ShrinkDataSaver.Integration.EventBus/blob/main/LICENSE",
|
||||
"dependencies": {
|
||||
"com.cneicy.shrink-datasaver": "2.2.0",
|
||||
"com.cneicy.shrink-datasaver": "2.2.2",
|
||||
"com.cneicy.shrink-context-core": "0.1.0",
|
||||
"com.cysharp.unitask": "2.5.10",
|
||||
"com.cneicy.shrink-eventbus": "2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user