Quellcode durchsuchen

Update MQTTnet.nuspec

release/3.x.x
Christian vor 3 Jahren
Ursprung
Commit
72c7a8959c
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. +4
    -1
      Build/MQTTnet.nuspec

+ 4
- 1
Build/MQTTnet.nuspec Datei anzeigen

@@ -13,7 +13,10 @@
<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>
* [Core] Removed IDisposable from MqttClientConnection.cs (#1284).
* [Server] Improved session management for MQTT v5 (#1294, thanks to @logicaloud).
* [Core] Improved message of timeout exception (#1302, thanks to @patagonaa).
* [RpcClient] Filling response topic when using MQTTv5. (#1295, thanks to @MD-V).
* [Server] Fixed 'SessionIsPresent' handling for MQTTv5 (#1300, thanks to @logicaloud).
* [Server] Improved session management for MQTTv5 (#1294, thanks to @logicaloud).
Git commit: $gitCommit
</releaseNotes>
<copyright>Copyright Christian Kratky 2016-2021</copyright>


Laden…
Abbrechen
Speichern