Skip to content

Commit

Permalink
Updated project.
Browse files Browse the repository at this point in the history
  • Loading branch information
genaray committed Nov 22, 2022
1 parent 04a5b3d commit df41904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Arch/Arch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<PackageId>Arch</PackageId>
<Title>Arch</Title>
<Version>1.0.12</Version>
<Version>1.0.13</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>
Fixed a bug where queries would produce a null reference exception if there no target entities for it.
Added structural changes, some bugfixes.
</PackageReleaseNotes>
<PackageTags>c#;.net;.net6;.net7;ecs;game;entity;gamedev; game-development; game-engine; entity-component-system;</PackageTags>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Since .NetStandard is supported, you may also use it with Unity or Godot.

Download the [package](https://github.com/genaray/Arch/packages/1697222) and get started today !
```sh
dotnet add PROJECT package Arch --version 1.0.12
dotnet add PROJECT package Arch --version 1.0.13
```

# Code Sample
Expand Down

0 comments on commit df41904

Please sign in to comment.