소스 검색

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; }
}
}

불러오는 중...
취소
저장