瀏覽代碼

Adjusted .nuspec file, added property to interface as well.

release/3.x.x
SeppPenner 4 年之前
父節點
當前提交
ea22ef4164
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. +2
    -1
      Build/MQTTnet.nuspec
  2. +2
    -0
      Source/MQTTnet/Server/IMqttServer.cs

+ 2
- 1
Build/MQTTnet.nuspec 查看文件

@@ -22,8 +22,9 @@
* [Server] Added interceptor for unsubscriptions.
* [MQTTnet.Server] Added interceptor for unsubscriptions.
* [MQTTnet.AspNetCore] improved compatibility with AspNetCore 3.1
* [MQTTnet.Server] Added option to check whether the server is already started properly or not.
</releaseNotes>
<copyright>Copyright Christian Kratky 2016-2019</copyright>
<copyright>Copyright Christian Kratky 2016-2020</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>
<group targetFramework="netstandard1.3">


+ 2
- 0
Source/MQTTnet/Server/IMqttServer.cs 查看文件

@@ -27,5 +27,7 @@ namespace MQTTnet.Server

Task StartAsync(IMqttServerOptions options);
Task StopAsync();

bool IsStarted { get; }
}
}

Loading…
取消
儲存