Skip to content

Commit

Permalink
Included symbols for debugging Arch and released version 1.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
genaray committed Aug 13, 2023
1 parent a76ff8b commit d923c46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Arch/Arch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Nullable>enable</Nullable>
<!--<TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->

<IncludeSymbols>true</IncludeSymbols>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>

<PackageId>Arch</PackageId>
<Title>Arch</Title>
<Version>1.2.5.3-alpha</Version>
<Version>1.2.6</Version>
<Authors>genaray</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Description>A high performance c# net.6 and net.7 archetype based ECS ( Entity component system ).</Description>
Expand All @@ -23,7 +22,8 @@ Added Archetype-Edges for faster single Add-Component operations.
Better Component-Registration and methods, now also works for most structs.
Increased performance for lookups and bulk operations due to better shift handling.
Added dangerous utility methods for acessing some internals, this will be used in the serialisation package.
Worlds are now recycled correctly.</PackageReleaseNotes>
Worlds are now recycled correctly and more efficient due to plain array usage.
CommandBuffer now invokes Events correctly.</PackageReleaseNotes>
<PackageTags>c#;.net;.net6;.net7;ecs;game;entity;gamedev; game-development; game-engine; entity-component-system;</PackageTags>

<PackageProjectUrl>https://github.com/genaray/Arch</PackageProjectUrl>
Expand All @@ -34,7 +34,7 @@ Worlds are now recycled correctly.</PackageReleaseNotes>
<LangVersion>11</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Copyright>Apache2.0</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageLicenseUrl>https://github.com/genaray/Arch/blob/master/LICENSE.MD</PackageLicenseUrl>

<NoWarn>1701;1702;1591</NoWarn>

Expand Down

0 comments on commit d923c46

Please sign in to comment.