From 7e7b36aadfdff8090c946c1738bf55fd837fa139 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Fri, 14 Jun 2019 20:35:45 +0200 Subject: [PATCH] Update docs. --- Build/MQTTnet.NETStandard.nuspec | 2 +- Build/MQTTnet.nuspec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Build/MQTTnet.NETStandard.nuspec b/Build/MQTTnet.NETStandard.nuspec index 492532d..c505dd1 100644 --- a/Build/MQTTnet.NETStandard.nuspec +++ b/Build/MQTTnet.NETStandard.nuspec @@ -9,7 +9,7 @@ https://github.com/chkr1011/MQTTnet https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png false - MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). This package contains the .NET Standard version of the library only. + This package contains the .NET Standard version of MQTTnet only. For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/). Copyright Christian Kratky 2016-2019 MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 0b9b782..7ddd3e9 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -9,7 +9,7 @@ https://github.com/chkr1011/MQTTnet https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png false - MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). + 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. * [Core] Fixed issues in MQTTv5 message encoding and decoding. * [Core] Added extension method to allow usage of _WebSocket4Net_ in clients to fix issues with AWS and Xamarin. @@ -23,7 +23,9 @@ * [Server] Exposed _ClientCertificateRequired_ and _CheckCertificateRevocation_ at TLS options. * [Server] Exposed client certificate at client connection validator. * [Server] The subscription interceptor now supports altering the entire topic filter. +* [Server] Exposed more properties to the connection validator context. * [MQTTnet.Server] Added authentication support via Python script file. +* [MQTTnet.Server] Migrated the result of connection validations to _ReasonCode_ (MQTTv5) instead of _ReturnCode_ (MQTTv3 only). Copyright Christian Kratky 2016-2019 MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin