From f5d7646198d6238b2fe301cf93d540013e6e4c75 Mon Sep 17 00:00:00 2001 From: Alex <16369295+akade@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:28:18 +0200 Subject: [PATCH] Bump Version Number for 1.0.0 Release (#52) --- Akade.IndexedSet/Akade.IndexedSet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Akade.IndexedSet/Akade.IndexedSet.csproj b/Akade.IndexedSet/Akade.IndexedSet.csproj index 93b5cc0..49b5a09 100644 --- a/Akade.IndexedSet/Akade.IndexedSet.csproj +++ b/Akade.IndexedSet/Akade.IndexedSet.csproj @@ -9,7 +9,7 @@ True True - 0.8.0 + 1.0.0 beta 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. Copyright © Akade 2023