diff --git a/MQTTnet.nuspec b/MQTTnet.nuspec index d373465..2ff14f0 100644 --- a/MQTTnet.nuspec +++ b/MQTTnet.nuspec @@ -12,8 +12,8 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). * [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) +* [Server] Added TLS 1.2 support (thanks to Zazzmatazz) +* [Client] Added TLS 1.2 support (thanks to Zazzmatazz) Copyright Christian Kratky 2016-2017 MQTT MQTTClient MQTTServer MQTTBroker Broker