From 7cc3b121ac99dde76dcb2a9dcf21b561804415e8 Mon Sep 17 00:00:00 2001 From: nilFinx Date: Wed, 6 May 2026 20:02:32 +0900 Subject: [PATCH 1/2] Add a link to Skymu's ToxCore.cs Signed-off-by: nilFinx --- toktok/integrations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toktok/integrations.md b/toktok/integrations.md index 5c5e021..a0c6cf4 100644 --- a/toktok/integrations.md +++ b/toktok/integrations.md @@ -70,7 +70,8 @@ yourself to this page. # Language bindings * [Bash](https://github.com/mensinda/bash-toxcore) -* [C#](https://github.com/alexbakker/SharpTox) +* [C# (New)](https://github.com/TheSkymuTeam/Skymu/tree/master/Plugins/Tox/ToxCore.cs) +* [C# (Unmaintained)](https://github.com/alexbakker/SharpTox) * [Go](https://github.com/codedust/go-tox) go-tox * [Go](https://github.com/TokTok/go-toxcore-c) go-toxcore * [Go](https://github.com/xhebox/gtox) gtox From 7abc20ff4af92c5a0b0b09bbad6ea8e6e644e132 Mon Sep 17 00:00:00 2001 From: nilFinx Date: Wed, 6 May 2026 20:03:41 +0900 Subject: [PATCH 2/2] Actually, align the naming style with other libs Signed-off-by: nilFinx --- toktok/integrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toktok/integrations.md b/toktok/integrations.md index a0c6cf4..5d63a85 100644 --- a/toktok/integrations.md +++ b/toktok/integrations.md @@ -70,8 +70,8 @@ yourself to this page. # Language bindings * [Bash](https://github.com/mensinda/bash-toxcore) -* [C# (New)](https://github.com/TheSkymuTeam/Skymu/tree/master/Plugins/Tox/ToxCore.cs) -* [C# (Unmaintained)](https://github.com/alexbakker/SharpTox) +* [C#](https://github.com/TheSkymuTeam/Skymu/tree/master/Plugins/Tox/ToxCore.cs) +* [C#](https://github.com/alexbakker/SharpTox) * [Go](https://github.com/codedust/go-tox) go-tox * [Go](https://github.com/TokTok/go-toxcore-c) go-toxcore * [Go](https://github.com/xhebox/gtox) gtox