TINKERPOP-1552 Added a warning to docs about Gremlin.Net
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/79e37fb9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/79e37fb9 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/79e37fb9 Branch: refs/heads/tp32 Commit: 79e37fb912ee7a8c15cddfedad57b961198c8963 Parents: eebc95d Author: Stephen Mallette <[email protected]> Authored: Thu Jun 29 07:08:24 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Jun 29 07:08:24 2017 -0400 ---------------------------------------------------------------------- docs/src/reference/gremlin-variants.asciidoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/79e37fb9/docs/src/reference/gremlin-variants.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc index 763ab4a..7f4441e 100644 --- a/docs/src/reference/gremlin-variants.asciidoc +++ b/docs/src/reference/gremlin-variants.asciidoc @@ -357,8 +357,12 @@ connection = DriverRemoteConnection('ws://localhost:8182/gremlin', 'g', ---- [[gremlin-DotNet]] -Gremlin-DotNet --------------- +Gremlin.Net +----------- + +WARNING: Gremlin.Net does not yet have an official release. It is for developers who want to experiment with TinkerPop +in the .NET ecosystem. + Apache TinkerPop's Gremlin-DotNet implements Gremlin within the C# language. It targets .NET Standard and can therefore be used on different operating systems and with different .NET frameworks, such as .NET Framework and link:https://www.microsoft.com/net/core[.NET Core]. Since the C# syntax is very similar to that of Java, it should be very easy to switch between
