Skip to content

Commit

Permalink
Bump Version Number for 1.0.0 Release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
akade authored Jul 11, 2023
1 parent 5236ee4 commit f5d7646
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 @@ -9,7 +9,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>0.8.0</Version>
<Version>1.0.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 2023</Copyright>
Expand Down

0 comments on commit f5d7646

Please sign in to comment.