fix(installer): pin patched starter release
Publish UPM package / publish (push) Successful in 2s

This commit is contained in:
2026-08-26 08:23:04 +08:00
parent ece3f072dd
commit 2ef9ad827b
4 changed files with 4 additions and 5 deletions
-1
View File
@@ -37,7 +37,6 @@ jobs:
"$unity_bin" \
-batchmode \
-nographics \
-quit \
-projectPath "$PWD/Development~/UnityProject" \
-runTests \
-testPlatform EditMode \
+2 -2
View File
@@ -32,7 +32,7 @@ namespace ShrinkSDK.Installer
internal static readonly ShrinkSdkPackageEntry StarterBasic = new(
"ShrinkApp Starter Basic",
"com.cneicy.shrink-app-starter-basic",
"0.1.0",
"0.1.1",
requiresUniTask: true);
internal static readonly IReadOnlyList<ShrinkSdkPackageEntry> Packages = new[]
@@ -43,7 +43,7 @@ namespace ShrinkSDK.Installer
new ShrinkSdkPackageEntry("ShrinkCommand Integration App", "com.cneicy.shrink-command-integration-app", "0.1.0", requiresUniTask: true),
new ShrinkSdkPackageEntry("ShrinkCommand Integration EventBus", "com.cneicy.shrink-command-integration-eventbus", "0.1.1", requiresUniTask: true),
new ShrinkSdkPackageEntry("ShrinkCommand Integration Network", "com.cneicy.shrink-command-integration-network", "0.1.0", requiresUniTask: true),
new ShrinkSdkPackageEntry("ShrinkContext App Adapter", "com.cneicy.shrink-context-app-adapter", "0.1.0", requiresUniTask: true),
new ShrinkSdkPackageEntry("ShrinkContext App Adapter", "com.cneicy.shrink-context-app-adapter", "0.1.1", requiresUniTask: true),
new ShrinkSdkPackageEntry("ShrinkContext Core", "com.cneicy.shrink-context-core", "0.1.0", requiresUniTask: true),
new ShrinkSdkPackageEntry("ShrinkContext EventBus Adapter", "com.cneicy.shrink-context-eventbus-adapter", "0.1.0", requiresUniTask: true),
new ShrinkSdkPackageEntry("ShrinkDataSaver", "com.cneicy.shrink-datasaver", "2.2.0", requiresUniTask: true),
+1 -1
View File
@@ -9,5 +9,5 @@ The installer does not copy templates into `Assets`, does not store credentials,
## Bootstrap URL
```text
https://git.crash.work/ShrinkSDK/Installer.git#v0.1.3
https://git.crash.work/ShrinkSDK/Installer.git#v0.1.4
```
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "com.cneicy.shrink-installer",
"version": "0.1.3",
"version": "0.1.4",
"displayName": "ShrinkSDK Installer",
"description": "ShrinkSDK registry bootstrapper and fixed-version package installer.",
"unity": "2022.3",