You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

70 lines
3.4 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet</id>
  5. <version>2.7.1</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] Fixed wrong parsing of ConnAck packet for protocol version 3.1.0.
  14. * [Core] Log messages are now overriding ToString() and providing a ready to use text representation.
  15. * [Client] Optimized package dispatcher and added several new exceptions.
  16. * [Client] The _ManagedClient_ now has an event which is fired after a queued application message was processed (including exception).
  17. * [Client] The _ManagedClient_ now supports unsubscribing (thanks to @lerppana)
  18. * [Server] Fixed some minor async issues.
  19. * [Server] Fixed wrong comparison of the topic and QoS for retained messages.
  20. * [Server] Added a property which provides access to the used options (read only).
  21. * [Server] Fixed a null ref expection when using an interceptor and publishing via the server directly.
  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.1" />
  37. </group>
  38. <group targetFramework="uap10.0">
  39. <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.4.1" />
  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="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard1.3\MQTTnet.*" target="lib\netstandard1.3\"/>
  50. <!-- .NET Standard 2.0 -->
  51. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard2.0\MQTTnet.*" target="lib\netstandard2.0\"/>
  52. <!-- Universal Windows -->
  53. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\uap10.0\MQTTnet.*" target="lib\uap10.0\"/>
  54. <!-- .NET Framework -->
  55. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\net452\MQTTnet.*" target="lib\net452\"/>
  56. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\net461\MQTTnet.*" target="lib\net461\"/>
  57. </files>
  58. </package>