From d0392038cc8dbf47ea0d823a6b0243bf62f3634e Mon Sep 17 00:00:00 2001 From: Florian Hockmann Date: Fri, 27 Oct 2023 16:35:12 +0200 Subject: [PATCH] 1.0.0 Release This release is compatible with JanusGraph 1.0.0. Notable changes: * Gremlin.Net bumped to version 3.7.0. * Support for string vertex IDs. * Nullable annotations. * **Breaking**: Support for JanusGraph versions < 1.0.0 is dropped for GraphBinary. Support for versions older than 0.6.0 is also dropped for GraphSON. This release bumps Gremlin.Net to version 3.7.0 a Signed-off-by: Florian Hockmann --- src/JanusGraph.Net/JanusGraph.Net.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JanusGraph.Net/JanusGraph.Net.csproj b/src/JanusGraph.Net/JanusGraph.Net.csproj index 20adec6..245fc0a 100644 --- a/src/JanusGraph.Net/JanusGraph.Net.csproj +++ b/src/JanusGraph.Net/JanusGraph.Net.csproj @@ -8,7 +8,7 @@ snupkg 9 enable - 1.0.0-rc2 + 1.0.0 JanusGraph.Net JanusGraph