|
|
@@ -10,12 +10,13 @@ |
|
|
|
<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>* Updated to MQTTnet 2.8.0. |
|
|
|
<releaseNotes>* Updated to MQTTnet 2.8.1. |
|
|
|
* For more release notes please check the MQTTnet release notes. |
|
|
|
</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> |
|
|
|
<dependency id="MQTTnet" version="2.8.0" /> |
|
|
|
<dependency id="MQTTnet" version="2.8.1" /> |
|
|
|
<dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="2.1.0" /> |
|
|
|
<dependency id="Microsoft.AspNetCore.WebSockets" version="2.0.1" /> |
|
|
|
<dependency id="Microsoft.Extensions.Hosting.Abstractions" version="2.0.1" /> |
|
|
|