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:34:38 UTC

[2/2] tinkerpop git commit: TINKERPOP-1885 Removed warning about .NET having official release CTR

TINKERPOP-1885 Removed warning about .NET having official release CTR


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

Branch: refs/heads/master
Commit: 5e1c878baca77a89f5ad1d59b148a80a4ba5ef00
Parents: 0c08305
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 12 12:32:21 2018 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 12 12:33:19 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5e1c878b/docs/src/reference/gremlin-variants.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc
index 1530f37..271f792 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -315,9 +315,6 @@ to `Set` manually.
 [[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