Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

67 строки
3.7 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet</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>MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).</description>
  13. <releaseNotes>* [Core] Performance optimizations.
  14. * [Client] Added support for proxies when using web socket connections (thanks to PitySOFT).
  15. * [Client] Refactored TLS parameter usage and added more parameters (thanks to PitySOFT).
  16. * [Client] Fixed a deadlock when clients are disconnecting (thanks to @JanEggers).
  17. * [ManagedClient] Unsubscriptions are now pushed before subscriptions to support re-subscribing (thanks to @cstichlberger).
  18. * [Server] Fixed an issue in client keep alive checks (thanks to @jenscski).
  19. * [Server] Changed the order of _ClientConnected_ and _ClientDisconnected_ events so that _ClientConnected_ is fired at first (thanks to @jenscski).
  20. * [Server] Fixed an iussue which lets the server stop processing messages when using the application message interceptor (thanks to @alamsor).
  21. * [Server] Fixed a deadlock when clients are disconnecting (thanks to @JanEggers).
  22. </releaseNotes>
  23. <copyright>Copyright Christian Kratky 2016-2018</copyright>
  24. <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>
  25. <dependencies>
  26. <group targetFramework="netstandard1.3">
  27. <dependency id="NETStandard.Library" version="1.3.0" />
  28. <dependency id="System.Net.Security" version="4.3.2" />
  29. <dependency id="System.Net.WebSockets" version="4.3.0" />
  30. <dependency id="System.Net.WebSockets.Client" version="4.3.1" />
  31. </group>
  32. <group targetFramework="netstandard2.0">
  33. <dependency id="NETStandard.Library" version="2.0.0" />
  34. <dependency id="System.Net.Security" version="4.3.2" />
  35. <dependency id="System.Net.WebSockets" version="4.3.0" />
  36. <dependency id="System.Net.WebSockets.Client" version="4.3.2" />
  37. </group>
  38. <group targetFramework="uap10.0">
  39. <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.4" />
  40. </group>
  41. <group targetFramework="net452">
  42. </group>
  43. <group targetFramework="net461">
  44. </group>
  45. </dependencies>
  46. </metadata>
  47. <files>
  48. <!-- .NET Standard 1.3 -->
  49. <file src="..\Source\MQTTnet\bin\Release\netstandard1.3\MQTTnet.*" target="lib\netstandard1.3\"/>
  50. <!-- .NET Standard 2.0 -->
  51. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\netstandard2.0\"/>
  52. <!-- Universal Windows -->
  53. <file src="..\Source\MQTTnet\bin\Release\uap10.0\MQTTnet.*" target="lib\uap10.0\"/>
  54. <!-- .NET Framework -->
  55. <file src="..\Source\MQTTnet\bin\Release\net452\MQTTnet.*" target="lib\net452\"/>
  56. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\net461\"/>
  57. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\net462\"/>
  58. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\net470\"/>
  59. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\net471\"/>
  60. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\net472\"/>
  61. </files>
  62. </package>