Browse Source

Update nuspec

release/3.x.x
Christian Kratky 7 years ago
parent
commit
5117f9b30d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      MQTTnet.nuspec

+ 2
- 2
MQTTnet.nuspec View File

@@ -12,8 +12,8 @@
<description>MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).</description>
<releaseNotes>* [Core] Any exception while accessing the underlying data source is now rethrown as "MqttCommunicationException".
* [Core] Extended exception information when an invalid packet type is received.
* [Server] Added SSL (TLS1.2) support (thanks to Zazzmatazz)
* [Client] Added SSL (TLS1.2) support (thanks to Zazzmatazz)</releaseNotes>
* [Server] Added TLS 1.2 support (thanks to Zazzmatazz)
* [Client] Added TLS 1.2 support (thanks to Zazzmatazz)</releaseNotes>
<copyright>Copyright Christian Kratky 2016-2017</copyright>
<tags>MQTT MQTTClient MQTTServer MQTTBroker Broker</tags>
</metadata>


Loading…
Cancel
Save