From fcc295e8fec14a36c03022f56be71da668bb241b Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:52:21 +0800 Subject: [PATCH] =?UTF-8?q?build(nuget):=20=E6=B7=BB=E5=8A=A0=E5=8C=85?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在项目文件中添加 PackageReadmeFile 配置项 - 指定 README.md 作为 NuGet 包的文档文件 - 确保包发布时包含文档说明 - [no tag] --- GFramework.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GFramework.csproj b/GFramework.csproj index e0d1f01..2a2ffcc 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -7,7 +7,7 @@ GeWuYou.GFramework gewuyou GeWuYou.GFramework - A game development framework inspired by QFramework + 404 not found Copyright © 2025 https://github.com/GeWuYou/GFramework https://github.com/GeWuYou/GFramework @@ -20,6 +20,7 @@ true snupkg GFramework + README.md \ No newline at end of file