Skip to content

Commit 1000e34

Browse files
authored
V0.5.0 (#8)
Bumps version to V0.5.0
1 parent 4430bd2 commit 1000e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Akade.IndexedSet/Akade.IndexedSet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<Nullable>enable</Nullable>
66
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
8-
<Version>0.4.0</Version>
8+
<Version>0.5.0</Version>
99
<VersionSuffix>beta</VersionSuffix>
10-
<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>
10+
<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>
1111
<Copyright>Copyright © Akade 2022</Copyright>
1212
<Authors>Akade</Authors>
1313
<EnablePackageValidation>true</EnablePackageValidation>
1414
<RepositoryUrl>https://github.com/akade/Akade.IndexedSet</RepositoryUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<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>
16+
<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>
1717
<PackageReadmeFile>/README.md</PackageReadmeFile>
1818
</PropertyGroup>
1919
<ItemGroup>

0 commit comments

Comments
 (0)