From a3f2be2fbd4b1e54c4db734353065c845060ee6c Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Sun, 7 Jun 2026 21:15:53 -0700 Subject: [PATCH] Bump to 0.1.1 and set package validation baseline to 0.1.0 Validate public API compatibility of subsequent builds against the shipped 0.1.0 package. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Hnsw.Net/Hnsw.Net.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Hnsw.Net/Hnsw.Net.csproj b/src/Hnsw.Net/Hnsw.Net.csproj index 578c0b3..90a288f 100644 --- a/src/Hnsw.Net/Hnsw.Net.csproj +++ b/src/Hnsw.Net/Hnsw.Net.csproj @@ -16,8 +16,9 @@ Hnsw.Net - 0.1.0 + 0.1.1 true + 0.1.0 ericstj Pure managed HNSW approximate-nearest-neighbor search for .NET with SIMD-accelerated vector distances and no native dependency. hnsw;ann;nearest-neighbor;vector-search;similarity-search;machine-learning