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:06 UTC

[1/2] tinkerpop git commit: TINKERPOP-1885 Remove warning about no .NET glv releases CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 5e1c878ba -> 91f6245fd


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/master
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


[2/2] tinkerpop git commit: Merge branch 'tp32'

Posted by sp...@apache.org.
Merge branch 'tp32'


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

Branch: refs/heads/master
Commit: 91f6245fd47034c09ef06c2f0db41df0b6f5547f
Parents: 5e1c878 8e0470a
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 12 12:39:59 2018 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 12 12:39:59 2018 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------