Skip to content

Commit 3dc5c74

Browse files
authored
Bump version to 1.0.1 (#54)
1 parent ba44b57 commit 3dc5c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Akade.IndexedSet/Akade.IndexedSet.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1111
<GenerateDocumentationFile>True</GenerateDocumentationFile>
12-
<Version>1.0.0</Version>
12+
<Version>1.0.1</Version>
1313
<VersionSuffix>beta</VersionSuffix>
1414
<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>
1515
<Copyright>Copyright © Akade 2023</Copyright>

0 commit comments

Comments
 (0)