Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

51 linhas
2.5 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet</id>
  5. <version>2.3.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>* [Client] Added support for web socket communication channel (thanks to nowakpiotr)
  14. * [Core] Huge performance optimizations (thanks to JanEggers)
  15. * [Client] Fixed an issue when calling _DisconnectAsync_ and the connection is already closed.
  16. * [Core] Added several new interfaces
  17. * [Core] Added a factory for creation of application messages
  18. * [Core] Fixed issues in connection handling
  19. * [Client] Fixed issues with subscribing/unsubscribing (breaking change!)
  20. </releaseNotes>
  21. <copyright>Copyright Christian Kratky 2016-2017</copyright>
  22. <tags>MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M</tags>
  23. <dependencies>
  24. <group targetFramework="netstandard1.3">
  25. <dependency id="NETStandard.Library" version="1.6.1" />
  26. <dependency id="System.Net.Security" version="4.3.1" />
  27. </group>
  28. <group targetFramework="uap10.0">
  29. <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.4.0" />
  30. </group>
  31. </dependencies>
  32. </metadata>
  33. <files>
  34. <!-- .NET Standard 1.3 -->
  35. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard1.3\MQTTnet.Core.*" target="lib\netstandard1.3\"/>
  36. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard1.3\MQTTnet.*" target="lib\netstandard1.3\"/>
  37. <!-- Universal Windows -->
  38. <file src="..\Frameworks\MQTTnet.UniversalWindows\bin\Release\MQTTnet.Core.*" target="lib\uap10.0\"/>
  39. <file src="..\Frameworks\MQTTnet.UniversalWindows\bin\Release\MQTTnet.*" target="lib\uap10.0\"/>
  40. <!-- .NET Framework -->
  41. <file src="..\Frameworks\MQTTnet.NetFramework\bin\Release\MQTTnet.Core.*" target="lib\net45\"/>
  42. <file src="..\Frameworks\MQTTnet.NetFramework\bin\Release\MQTTnet.*" target="lib\net45\"/>
  43. </files>
  44. </package>