Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1836 7e7992954 -> 43cec6ca1
Add note about Gremlin.Net.Template deploy rights TINKERPOP-1897 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/43cec6ca Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/43cec6ca Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/43cec6ca Branch: refs/heads/TINKERPOP-1836 Commit: 43cec6ca198776653ff57c9a9a03a0b796ac7772 Parents: 7e79929 Author: Florian Hockmann <[email protected]> Authored: Wed May 23 20:50:46 2018 +0200 Committer: Florian Hockmann <[email protected]> Committed: Wed May 23 20:50:46 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/43cec6ca/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 9261614..292f547 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -168,9 +168,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] ----
