Skip to content

Commit

Permalink
V0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akade authored Oct 27, 2022
1 parent 2d47bb1 commit 3a9c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Akade.IndexedSet/Akade.IndexedSet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>0.5.0</Version>
<Version>0.6.0</Version>
<VersionSuffix>beta</VersionSuffix>
<Description>Provides an In-Memory data structure, the IndexedSet, that allows to easily add indices to allow efficient querying. Currently supports unique and non-unique indices, range indices as well as fuzzy string matching for single attributes, compound or computed keys.</Description>
<Copyright>Copyright © Akade 2022</Copyright>
Expand Down

0 comments on commit 3a9c6e9

Please sign in to comment.