Skip to content

Commit

Permalink
Nuget release.
Browse files Browse the repository at this point in the history
  • Loading branch information
genaray committed Jul 22, 2024
1 parent c590e64 commit 351dc7c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Arch/Arch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@

<PackageId>Arch</PackageId>
<Title>Arch</Title>
<Version>1.2.8.1-alpha</Version>
<Version>1.2.8.2-alpha</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>
<PackageReleaseNotes>Updated CommunityToolkit, increases speed slightly.
Fixed some DangerousUtilities.
Refactored adding of entities to be faster. </PackageReleaseNotes>
Refactored adding of entities to be faster.
Introduced Signature for improved performance.
Added MemoryMarshal.CreateSpan in some places for improved performance.
Introduced breaking changes by renaming Group to Component and several other small changes. </PackageReleaseNotes>
<PackageTags>c#;.net;.net6;.net7;ecs;game;entity;gamedev; game-development; game-engine; entity-component-system;stride;unity;godot;</PackageTags>

<PackageProjectUrl>https://github.com/genaray/Arch</PackageProjectUrl>
Expand Down

0 comments on commit 351dc7c

Please sign in to comment.