Skip to content

Commit

Permalink
1.0.0 Release
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
FlorianHockmann committed Nov 1, 2023
1 parent 1dc7763 commit ad67a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JanusGraph.Net/JanusGraph.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.0-rc2</Version>
<Version>1.0.0</Version>
<Title>JanusGraph.Net</Title>
<Authors>JanusGraph</Authors>
<Description>
Expand Down

0 comments on commit ad67a0f

Please sign in to comment.