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 5ac3add Added "note" to .net project template.
new 3c87b3a Merge branch 'tp33'
5ac3add is described below
commit 5ac3addcf03b27f2ffa9dcb4113f09c03fe573e4
Author: Stephen Mallette <[email protected]>
AuthorDate: Thu Feb 28 11:48:55 2019 -0500
Added "note" to .net project template.
Only updated the generated file which obviously gets overwritten on build
CTR
---
gremlin-dotnet/glv/Gremlin.Net.csproj.template | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gremlin-dotnet/glv/Gremlin.Net.csproj.template
b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
index b25f988..c04fa3e 100644
--- a/gremlin-dotnet/glv/Gremlin.Net.csproj.template
+++ b/gremlin-dotnet/glv/Gremlin.Net.csproj.template
@@ -37,7 +37,9 @@ Apache TinkerPop™ is a graph computing framework for both
graph databases (OLT
Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs
as Java including "dot notation" for function chaining (a.b.c), round bracket
function arguments (a(b,c)), and support for global namespaces (a(b()) vs
a(__.b())). As such, anyone familiar with Gremlin-Java will immediately be able
to work with Gremlin.Net. Moreover, there are a few added constructs to
Gremlin.Net that make traversals a bit more succinct.
Please see the reference documentation of Apache TinkerPop for more
information on usage and use our Google Group gremlin-users if you have any
questions:
-https://groups.google.com/forum/#!forum/gremlin-users</Description>
+https://groups.google.com/forum/#!forum/gremlin-users
+
+NOTE that versions suffixed with "-rc" are considered release candidates (i.e.
pre-alpha, alpha, beta, etc.) and thus for early testing purposes
only.</Description>
<AssemblyOriginatorKeyFile>../../build/tinkerpop.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PackageId>Gremlin.Net</PackageId>