From 1f1e9c1b7b78c3abfb39fb5c23219bb7a115c15a Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Thu, 29 Jan 2026 18:31:06 +0100 Subject: [PATCH] Update DotNET section to C# / .NET in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd5dd8..95421c9 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [mqtt.dart](https://github.com/jnguillerme/mqtt.dart) - Dart MQTT client. -### DotNET +### C# / .NET - [HiveMQtt](https://github.com/hivemq/hivemq-mqtt-client-dotnet) - MQTT 5.0 compliant secure client with automatic back pressure management and TCP & WebSocket transport support. - [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTT client and broker .NET implementations.