Browse Source

Update docs.

release/3.x.x
Christian Kratky 4 years ago
parent
commit
e475e36ce7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Build/MQTTnet.nuspec

+ 1
- 0
Build/MQTTnet.nuspec View File

@@ -13,6 +13,7 @@
<description>MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.</description>
<releaseNotes>
* [Client] Fixed wrong value for "ClientWasConnected" in "MqttClientDisconnectedEventArgs" #976 (thanks to @dbeinder).
* [Client] Added direct support for Amazon AWS connections (requires .NET Core 3.1) (thanks to @henning-krause).
* [Server] Added client message queue interceptor for QoS level (tahnks to @msallin).
</releaseNotes>
<copyright>Copyright Christian Kratky 2016-2020</copyright>


Loading…
Cancel
Save