|
|
@@ -2,7 +2,7 @@ |
|
|
|
<package > |
|
|
|
<metadata> |
|
|
|
<id>MQTTnet</id> |
|
|
|
<version>2.2.0</version> |
|
|
|
<version>2.2.1</version> |
|
|
|
<authors>Christian Kratky</authors> |
|
|
|
<owners>Christian Kratky</owners> |
|
|
|
<licenseUrl>https://github.com/chkr1011/MQTTnet/blob/master/LICENSE</licenseUrl> |
|
|
@@ -10,11 +10,7 @@ |
|
|
|
<iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl> |
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
|
|
<description>MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).</description> |
|
|
|
<releaseNotes>* [Server] Added support for MQTT protocol version 3.1.0 |
|
|
|
* [Server] Providing the used protocol version of connected clients |
|
|
|
* [Client] Added support for protocol version 3.1.0 |
|
|
|
* [Core] Several minor performance improvements |
|
|
|
* [Core] Fixed an issue with connection management (Thanks to wuzhenda; Zuendelmeister) |
|
|
|
<releaseNotes>* [Server] Fixed a bug in connection management (Thanks to rydergillen-compacSort) |
|
|
|
</releaseNotes> |
|
|
|
<copyright>Copyright Christian Kratky 2016-2017</copyright> |
|
|
|
<tags>MQTT MQTTClient MQTTServer MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Queue Hardware Arduino</tags> |
|
|
|