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/a968c861 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a968c861 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a968c861 Branch: refs/heads/master Commit: a968c8610be518a7ef8178fefe1e425abe144595 Parents: 2d1e942 Author: Florian Hockmann <[email protected]> Authored: Wed May 23 20:50:46 2018 +0200 Committer: Florian Hockmann <[email protected]> Committed: Tue Jun 19 16:41:20 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/a968c861/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] ----
