Update DragonECS.csproj

This commit is contained in:
Mikhail 2024-06-06 21:15:22 +08:00
parent 272cec4275
commit 829cdd40f3

View File

@ -8,6 +8,15 @@
<InvariantGlobalization>true</InvariantGlobalization> <InvariantGlobalization>true</InvariantGlobalization>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>DCFApixels.DragonECS</RootNamespace> <RootNamespace>DCFApixels.DragonECS</RootNamespace>
<Title>DragonECS</Title>
<Version>0.8.36</Version>
<Authors>DCFApixels</Authors>
<Description>ECS Framework for Game Engines with C# and .Net Platform</Description>
<Copyright>DCFApixels</Copyright>
<RepositoryUrl>https://github.com/DCFApixels/DragonECS</RepositoryUrl>
<PackageLicenseUrl>https://github.com/DCFApixels/DragonECS/blob/main/LICENSE.meta</PackageLicenseUrl>
<PackageTags>ecs; gamedev; unity; dragonecs</PackageTags>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
@ -15,5 +24,5 @@
<None Remove="package.json" /> <None Remove="package.json" />
<None Remove="DragonECS.asmdef" /> <None Remove="DragonECS.asmdef" />
</ItemGroup> </ItemGroup>
</Project> </Project>