您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

31 行
1.6 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet.AspNetCore</id>
  5. <version>0.0.0</version>
  6. <authors>Christian Kratky</authors>
  7. <owners>Christian Kratky</owners>
  8. <licenseUrl>https://github.com/chkr1011/MQTTnet/blob/master/LICENSE</licenseUrl>
  9. <projectUrl>https://github.com/chkr1011/MQTTnet</projectUrl>
  10. <iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>This is a support library to integrate MQTTnet into AspNetCore.</description>
  13. <releaseNotes> * For more release notes please check the MQTTnet release notes.
  14. * [Server] fixed cpu spike in case a client disconnectes (issue 421)
  15. </releaseNotes>
  16. <copyright>Copyright Christian Kratky 2016-2018</copyright>
  17. <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>
  18. <dependencies>
  19. <dependency id="MQTTnet" version="2.8.4" />
  20. <dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="2.1.0" />
  21. <dependency id="Microsoft.AspNetCore.WebSockets" version="2.0.1" />
  22. <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="2.0.1" />
  23. </dependencies>
  24. </metadata>
  25. <files>
  26. <!-- .NET Standard 2.0 -->
  27. <file src="..\Source\MQTTnet.AspNetCore\bin\Release\netstandard2.0\MQTTnet.AspNetCore.*" target="lib\netstandard2.0\"/>
  28. </files>
  29. </package>