From 9e92d38a533f26107b0229c79be060231d5a4863 Mon Sep 17 00:00:00 2001 From: cneicy Date: Sat, 5 Sep 2026 04:26:13 +0800 Subject: [PATCH] fix: preserve Installer content file metadata --- Godot~/ShrinkSDK.Godot.Installer.csproj | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Godot~/ShrinkSDK.Godot.Installer.csproj b/Godot~/ShrinkSDK.Godot.Installer.csproj index 2920f08..c62dc54 100644 --- a/Godot~/ShrinkSDK.Godot.Installer.csproj +++ b/Godot~/ShrinkSDK.Godot.Installer.csproj @@ -4,7 +4,7 @@ false ShrinkSDK.Godot.Installer ShrinkSDK.Godot.Installer - 0.1.2 + 0.1.3 Godot Editor package manager and CodeGen diagnostics for ShrinkSDK. false true @@ -16,7 +16,7 @@ - + diff --git a/README.md b/README.md index 4625cc1..8969b25 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://git.crash.work/ShrinkSDK/Installer.git#main ## Godot 4.6 C# -Godot Installer 源码和 NuGet 打包工程位于 `Godot~`。取得 `ShrinkSDK.Godot.Installer 0.1.2` 后,将包内 `contentFiles/any/any/addons/shrinksdk` 复制到 Godot 项目的 `addons/shrinksdk`,再到 `Project > Project Settings > Plugins` 启用 **ShrinkSDK Installer**。 +Godot Installer 源码和 NuGet 打包工程位于 `Godot~`。取得 `ShrinkSDK.Godot.Installer 0.1.3` 后,将包内 `contentFiles/any/any/addons/shrinksdk` 复制到 Godot 项目的 `addons/shrinksdk`,再到 `Project > Project Settings > Plugins` 启用 **ShrinkSDK Installer**。 Godot 面板直接修改项目 `.csproj` 的 `PackageReference`,安全合并项目级 `NuGet.Config`,并可执行 `dotnet restore/build`、显示 CodeGen 织入状态。已安装版本高于目录版本时不会执行降级。