fix(nuget): updating NuGet metadata
This commit is contained in:
parent
d67cf4bdb3
commit
64923f2984
1 changed files with 12 additions and 0 deletions
|
@ -5,4 +5,16 @@
|
|||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Authors>Dylan Moonfire</Authors>
|
||||
<Company>Moonfire Games</Company>
|
||||
<RepositoryUrl>https://gitlab.com/mfgames-cil/gallium-cil</RepositoryUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<PackageTags>ecs</PackageTags>
|
||||
<PackageProjectUrl>https://gitlab.com/mfgames-cil/gallium-cil</PackageProjectUrl>
|
||||
<PackageLicense>MIT</PackageLicense>
|
||||
<Description>An entity-component-system (ECS) based on LINQ and IEnumerable.</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Reference in a new issue