From commits-return-40530-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Fri Sep 4 01:12:37 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id C6E05180636 for ; Fri, 4 Sep 2020 03:12:37 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 05E59121B71 for ; Fri, 4 Sep 2020 01:12:37 +0000 (UTC) Received: (qmail 79042 invoked by uid 500); 4 Sep 2020 01:12:36 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 79033 invoked by uid 99); 4 Sep 2020 01:12:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2020 01:12:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B046C8087C; Fri, 4 Sep 2020 01:12:36 +0000 (UTC) Date: Fri, 04 Sep 2020 01:12:36 +0000 To: "commits@tinkerpop.apache.org" Subject: [tinkerpop] branch master updated: Somehow the .NET template got out of sync somewhere CTR MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159918195655.20833.9049796519391022031@gitbox.apache.org> From: spmallette@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: tinkerpop X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d05f9945d744fd40e5bcf5787f752fd8074c70c2 X-Git-Newrev: 74747185492d48dac27b6ddf548c33dacb997fb8 X-Git-Rev: 74747185492d48dac27b6ddf548c33dacb997fb8 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/master by this push: new 7474718 Somehow the .NET template got out of sync somewhere CTR new 34b60a1 Merge branch '3.4-dev' 7474718 is described below commit 74747185492d48dac27b6ddf548c33dacb997fb8 Author: Stephen Mallette AuthorDate: Thu Sep 3 20:39:38 2020 -0400 Somehow the .NET template got out of sync somewhere CTR --- gremlin-dotnet/glv/Gremlin.Net.csproj.template | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/gremlin-dotnet/glv/Gremlin.Net.csproj.template b/gremlin-dotnet/glv/Gremlin.Net.csproj.template index a397e7e..1799a5a 100644 --- a/gremlin-dotnet/glv/Gremlin.Net.csproj.template +++ b/gremlin-dotnet/glv/Gremlin.Net.csproj.template @@ -38,14 +38,24 @@ Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Gremlin.Net is designed to connect to a "server" that is hosting a TinkerPop-enabled graph system. That "server" could be Gremlin Server -http://tinkerpop.apache.org/docs/current/reference/#gremlin-server +https://tinkerpop.apache.org/docs/current/reference/#gremlin-server or a remote graph provider that exposes protocols by which Gremlin.Net can connect. -Please see the reference documentation of Apache TinkerPop for more information on usage: https://s.apache.org/pgbwu +Please see the Reference Documentation of Apache TinkerPop for more information on usage: https://tinkerpop.apache.org/docs/current/reference and use our Google Group gremlin-users if there are any questions: https://s.apache.org/c8hru +The Gremlin language allows users to write highly expressive graph traversals and has a broad list of functions that cover a wide body of features. The Reference Documentation describes these functions and other aspects of the TinkerPop ecosystem including some specifics on Gremlin in .NET itself: + +https://s.apache.org/pgbwu + +Most of the examples found in the documentation use Groovy language syntax in the Gremlin Console. For the most part, these examples should generally translate to C# with some logical modification: + +https://s.apache.org/10v91 + +Given the strong correspondence between canonical Gremlin in Java and its variants like C#, there is a limited amount of C#-specific documentation and examples. This strong correspondence among variants ensures that the general Gremlin reference documentation is applicable to all variants and that users moving between development languages can easily adopt the Gremlin variant for that language. + NOTE that versions suffixed with "-rc" are considered release candidates (i.e. pre-alpha, alpha, beta, etc.) and thus for early testing purposes only. ../../build/tinkerpop.snk true