Update 'encompass-cs/encompass-cs.csproj'
parent
d661ed5b17
commit
327a458f17
|
@ -5,15 +5,15 @@
|
|||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<RootNamespace>Encompass</RootNamespace>
|
||||
<PackageId>EncompassECS.Framework</PackageId>
|
||||
<Version>0.21.3</Version>
|
||||
<Version>0.22.0</Version>
|
||||
<Authors>Evan Hemsley</Authors>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<Company>Moonside Games</Company>
|
||||
<Product>Encompass ECS</Product>
|
||||
<PackageProjectUrl>https://github.com/encompass-ecs</PackageProjectUrl>
|
||||
<PackageLicenseUrl />
|
||||
<Copyright>Evan Hemsley 2019</Copyright>
|
||||
<Description>Encompass is an engine-agnostic Hyper ECS framework to help you code games, or other kinds of simulations.</Description>
|
||||
<Copyright>Evan Hemsley 2020</Copyright>
|
||||
<Description>Encompass is an engine-agnostic MECS framework to help you code games, or other kinds of simulations.</Description>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<AssemblyName>EncompassECS.Framework</AssemblyName>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
|
|
Loading…
Reference in New Issue