You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/02/12 17:40:13 UTC

tinkerpop git commit: TINKERPOP-1885 Remove warning about no .NET glv releases CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 56245ced6 -> 8e0470ae8


TINKERPOP-1885 Remove warning about no .NET glv releases CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8e0470ae
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8e0470ae
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8e0470ae

Branch: refs/heads/tp32
Commit: 8e0470ae84103c658e55e2b16a2b5b3975862601
Parents: 56245ce
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 12 12:39:39 2018 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 12 12:39:39 2018 -0500

----------------------------------------------------------------------
 docs/src/reference/gremlin-variants.asciidoc | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8e0470ae/docs/src/reference/gremlin-variants.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc
index 4a2fe7a..94bcac4 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -311,9 +311,6 @@ g.V().out().map(lambda: "x: len(x.get().value('name'))").sum().toList()
 [[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.Net 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