This is an automated email from the ASF dual-hosted git repository. Cole-Greer pushed a commit to branch remove-mono in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit e1e07cd64575e37412deec13c1268b0b26f9c3fe Author: Cole Greer <[email protected]> AuthorDate: Tue Jul 21 16:34:59 2026 -0700 Add CHANGELOG entry for Mono removal from dotnet build --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 5e54133fcc..71caa7b3d0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,6 +32,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Fixed conjoin has incorrect null handling. * Expanded `gremlin-python` CI matrix to test against Python 3.9, 3.10, 3.11, 3.12, and 3.13. * Add Node 26 support for `gremlin-javascript` and `gremlint`. +* Removed the Mono dependency from the `gremlin-dotnet` build/release process, using `dotnet pack`/`dotnet nuget push` instead of `mono nuget.exe`. [[release-3-7-6]] === TinkerPop 3.7.6 (Release Date: April 1, 2026)
