Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

55 wiersze
2.9 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet</id>
  5. <version>2.4.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 .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).</description>
  13. <releaseNotes>* [Server] Added an event which is fired when a client has disconnected.
  14. * [Server] Added support for retained application messages
  15. * [Server] Added support for saving and loading retained messages
  16. * [Server] The client connection is now closed if sending of one pending application message has failed
  17. * [Server] Fixed handling of _Dup_ flag (Thanks to haeberle)
  18. * [Core] Optimized exception handling
  19. * [Core] Mono is now also supported (Thanks to JTrotta)
  20. * [Client] The options are now passed in _ConnectAsync_ (Breaking change! Read Wiki for examples)
  21. * [Core] Trace class renamed to _MqttNetTrace_ (Breaking change!)
  22. * [Client] Extended certificate validation options (Breaking change!)
  23. * [Client] Added static certificate validation callback (NetFramework, NetStandard) / ignorable certificate errors (UniversalWindows) to _MqttTcpChannel_
  24. </releaseNotes>
  25. <copyright>Copyright Christian Kratky 2016-2017</copyright>
  26. <tags>MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M</tags>
  27. <dependencies>
  28. <group targetFramework="netstandard1.3">
  29. <dependency id="NETStandard.Library" version="1.6.1" />
  30. <dependency id="System.Net.Security" version="4.3.2" />
  31. </group>
  32. <group targetFramework="uap10.0">
  33. <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.4.0" />
  34. </group>
  35. </dependencies>
  36. </metadata>
  37. <files>
  38. <!-- .NET Standard 1.3 -->
  39. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard1.3\MQTTnet.Core.*" target="lib\netstandard1.3\"/>
  40. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard1.3\MQTTnet.*" target="lib\netstandard1.3\"/>
  41. <!-- Universal Windows -->
  42. <file src="..\Frameworks\MQTTnet.UniversalWindows\bin\Release\MQTTnet.Core.*" target="lib\uap10.0\"/>
  43. <file src="..\Frameworks\MQTTnet.UniversalWindows\bin\Release\MQTTnet.*" target="lib\uap10.0\"/>
  44. <!-- .NET Framework -->
  45. <file src="..\Frameworks\MQTTnet.NetFramework\bin\Release\MQTTnet.Core.*" target="lib\net45\"/>
  46. <file src="..\Frameworks\MQTTnet.NetFramework\bin\Release\MQTTnet.*" target="lib\net45\"/>
  47. </files>
  48. </package>