From 1c8a77e6f5ed3a22214ab2d46ec0a2eb1f6345f6 Mon Sep 17 00:00:00 2001 From: Florian Hockmann Date: Thu, 9 Sep 2021 12:44:02 +0200 Subject: [PATCH] 0.3.0 Release This release adds compatibility with JanusGraph 0.6.z. Signed-off-by: Florian Hockmann --- README.md | 1 + src/JanusGraph.Net/JanusGraph.Net.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c63a8cc..87446fe 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ of JanusGraph.Net: |---|---| | 0.1.z | 0.3.z | | 0.2.z | 0.4.z, 0.5.z | +| 0.3.z | 0.4.z, 0.5.z, 0.6.z | While it should also be possible to use JanusGraph.Net with other versions of JanusGraph than mentioned here, compatibility is not tested and some diff --git a/src/JanusGraph.Net/JanusGraph.Net.csproj b/src/JanusGraph.Net/JanusGraph.Net.csproj index 87a0290..06941a1 100644 --- a/src/JanusGraph.Net/JanusGraph.Net.csproj +++ b/src/JanusGraph.Net/JanusGraph.Net.csproj @@ -6,7 +6,7 @@ True True snupkg - 0.2.2 + 0.3.0 JanusGraph.Net JanusGraph