Repository: tinkerpop Updated Branches: refs/heads/master 6eb71556c -> 4d5bfbcd4
Update release email template to include .NET Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5b0a7568 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5b0a7568 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5b0a7568 Branch: refs/heads/master Commit: 5b0a7568bb1a7323a30408f05265fc609665a7a8 Parents: 0048591 Author: Stephen Mallette <[email protected]> Authored: Mon Aug 28 09:21:14 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Aug 28 09:22:18 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5b0a7568/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 32d8beb..aa321ca 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -364,9 +364,13 @@ The Central Maven repo has sync'd as well: https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/xx.yy.zz/ -Python artifacts have also been deployed to pypi: +Python artifacts are available in pypi: https://pypi.python.org/pypi/gremlinpython/xx.yy.zz +.NET artifacts are available in NuGet: + +https://www.nuget.org/packages/Gremlin.Net/xx.yy.zz + [include the release line logo image] ----
