chore(build): 添加项目元数据配置

- 添加作者信息配置
- 添加项目描述信息
- 添加仓库URL配置
- 添加版本号配置
This commit is contained in:
2025-12-24 05:11:09 +08:00
parent b6db54b08e
commit 23e90a5349

View File

@@ -5,6 +5,10 @@
<LangVersion>latestmajor</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>imJack</Authors>
<Description>JackCraft I18N</Description>
<RepositoryUrl>https://git.jackcraft.cn/Jack/JackCraft.I18N</RepositoryUrl>
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>