Skip to content

Commit

Permalink
V0.5.0 (#8)
Browse files Browse the repository at this point in the history
Bumps version to V0.5.0
  • Loading branch information
akade authored Jul 27, 2022
1 parent 4430bd2 commit 1000e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Akade.IndexedSet/Akade.IndexedSet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>0.4.0</Version>
<Version>0.5.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 as well as range indices for single attribute, compound or computed keys.</Description>
<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>
<Authors>Akade</Authors>
<EnablePackageValidation>true</EnablePackageValidation>
<RepositoryUrl>https://github.com/akade/Akade.IndexedSet</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>data structure;indices;range query;unique index;range index;non-unique index;multi-value;dictionary;collections;computed keys;fuzzy;fuzzy search;approximate string matching;search</PackageTags>
<PackageTags>data structure;indices;range query;unique index;range index;non-unique index;multi-value;dictionary;collections;computed keys;fuzzy;fuzzy search;approximate string matching;search;concurrency</PackageTags>
<PackageReadmeFile>/README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 1000e34

Please sign in to comment.