From 2bff21880624226f9713006d01643dbfe5d43651 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Mon, 29 Oct 2018 21:49:01 +0100 Subject: [PATCH] Update docs. --- Build/MQTTnet.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 423654b..d09d3e6 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -10,7 +10,8 @@ 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). - * [ManagedClient] Added max pending messages count option. + * [Core] Updated nuget packages due to security issues. +* [ManagedClient] Added max pending messages count option. * [ManagedClient] Add pending messages overflow strategy option. * [Server] Added new method which exposes all retained messages. * [Server] Removed (wrong) setter from the server options interface.