You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2018/06/14 15:39:35 UTC

[50/50] tinkerpop git commit: Add note about Gremlin.Net.Template deploy rights TINKERPOP-1836

Add note about Gremlin.Net.Template deploy rights TINKERPOP-1836


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

Branch: refs/heads/TINKERPOP-1836
Commit: f7780f22fec06027d741693840004cc160878131
Parents: a3a6cb4
Author: Florian Hockmann <fh...@florian-hockmann.de>
Authored: Wed May 23 20:50:46 2018 +0200
Committer: Florian Hockmann <fh...@florian-hockmann.de>
Committed: Thu Jun 14 17:38:10 2018 +0200

----------------------------------------------------------------------
 docs/src/dev/developer/development-environment.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f7780f22/docs/src/dev/developer/development-environment.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc
index 4f5e253..72aff9c 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -181,9 +181,9 @@ For .NET releases, install link:http://www.mono-project.com/[Mono]. The release
 so it is best to probably install that version. Release managers should probably also do an install of
 link:https://dist.nuget.org/win-x86-commandline/v3.4.4/nuget.exe[nuget 3.4.4] as it will help with environmental setup.
 To get an environment ready to deploy to NuGet, it is necessary to have a NuGet API key. First, create an account with
-link:https://www.nuget.org[nuget] and request that a PMC member add your account to the Gremlin.Net package in nuget
-so that you can deploy. Next, generate an API key for your account on the nuget website. The API key should be added
-to `NuGet.Config` with the following:
+link:https://www.nuget.org[nuget] and request that a PMC member add your account to the Gremlin.Net and
+the Gremlin.Net.Template package in nuget so that you can deploy. Next, generate an API key for your account on the
+nuget website. The API key should be added to `NuGet.Config` with the following:
 
 [source,text]
 ----