build(godot): 更新包ID为Godot特定的命名空间

将PackageId从GeWuYou.GFramework.SourceGenerators.Attributes
更改为GeWuYou.GFramework.Godot.SourceGenerators.Attributes,
以更好地反映Godot特定的源生成器属性包。
```
This commit is contained in:
GwWuYou 2025-12-25 21:45:33 +08:00
parent 72c787df3e
commit b5c1371b86

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>GeWuYou.GFramework.SourceGenerators.Attributes</PackageId>
<PackageId>GeWuYou.GFramework.Godot.SourceGenerators.Attributes</PackageId>
<Version>1.0.0</Version>
<LangVersion>10</LangVersion>
</PropertyGroup>