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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<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>
<ItemGroup>