Переглянути джерело

Update docs.

release/3.x.x
Christian Kratky 6 роки тому
джерело
коміт
fcff3a2c8d
2 змінених файлів з 4 додано та 4 видалено
  1. +1
    -3
      Build/MQTTnet.AspNetCore.nuspec
  2. +3
    -1
      Build/MQTTnet.nuspec

+ 1
- 3
Build/MQTTnet.AspNetCore.nuspec Переглянути файл

@@ -10,9 +10,7 @@
<iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This is a support library to integrate MQTTnet into AspNetCore.</description>
<releaseNotes>For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/).
* fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport
</releaseNotes>
<releaseNotes>For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/).</releaseNotes>
<copyright>Copyright Christian Kratky 2016-2018</copyright>
<tags>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</tags>
<dependencies>


+ 3
- 1
Build/MQTTnet.nuspec Переглянути файл

@@ -11,11 +11,13 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).</description>
<releaseNotes> * [Core] Updated nuget packages due to security issues.
* [Client] Fixed wrong behavior of publish method when client is disconnecting (thanks to @PaulFake).
* [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.
* [Server] fixed cpu spike in case a client disconnectes (issue 421)
* [Server] fixed cpu spike in case a client disconnectes (issue 421).
* [Server] fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport.
</releaseNotes>
<copyright>Copyright Christian Kratky 2016-2018</copyright>
<tags>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</tags>


Завантаження…
Відмінити
Зберегти