From 74b807b063c132126eea091e3e1eb7e910c73bb7 Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Sat, 27 Dec 2025 22:21:43 +0800 Subject: [PATCH] =?UTF-8?q?build(generator):=20=E4=BF=AE=E6=AD=A3=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8DLL=E5=8C=85?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正 GFramework.Godot.SourceGenerators 项目的DLL包路径 - 修正 GFramework.SourceGenerators 项目的DLL包路径 - 移除多余的命名空间前缀 GeWuYou - 确保生成器DLL正确包含到analyzers目录 --- .../GFramework.Godot.SourceGenerators.csproj | 2 +- GFramework.SourceGenerators/GFramework.SourceGenerators.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj b/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj index f5268a0..39f1324 100644 --- a/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj +++ b/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj @@ -34,7 +34,7 @@ - diff --git a/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj b/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj index 2f35e22..66c4e0a 100644 --- a/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj +++ b/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj @@ -34,7 +34,7 @@ -