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.
 
 
 
 

61 line
3.1 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. * [Core] Fixed a bug which prevents receiving large packets (UWP only)
  15. * [Client] The ManagedClient options now allow configuring the interval for connection checks.
  16. * [Server] Added the Endpoint of the Adapter (remote IP and port) to the connection validation callback.
  17. * [Server] The ipv4 and ipv6 endpoint can be disabled now by setting the bound IP address to _None_.
  18. * [Server] Fix a bug in the keep alive monitor which caused high CPU load (thanks to @GarageGadget).
  19. </releaseNotes>
  20. <copyright>Copyright Christian Kratky 2016-2018</copyright>
  21. <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>
  22. <dependencies>
  23. <group targetFramework="netstandard1.3">
  24. <dependency id="NETStandard.Library" version="1.3.0" />
  25. <dependency id="System.Net.Security" version="4.3.2" />
  26. <dependency id="System.Net.WebSockets" version="4.3.0" />
  27. <dependency id="System.Net.WebSockets.Client" version="4.3.1" />
  28. </group>
  29. <group targetFramework="netstandard2.0">
  30. <dependency id="NETStandard.Library" version="2.0.0" />
  31. <dependency id="System.Net.Security" version="4.3.2" />
  32. <dependency id="System.Net.WebSockets" version="4.3.0" />
  33. <dependency id="System.Net.WebSockets.Client" version="4.3.2" />
  34. </group>
  35. <group targetFramework="uap10.0">
  36. <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.4" />
  37. </group>
  38. <group targetFramework="net452">
  39. </group>
  40. <group targetFramework="net461">
  41. </group>
  42. </dependencies>
  43. </metadata>
  44. <files>
  45. <!-- .NET Standard 1.3 -->
  46. <file src="..\Source\MQTTnet\bin\Release\netstandard1.3\MQTTnet.*" target="lib\netstandard1.3\"/>
  47. <!-- .NET Standard 2.0 -->
  48. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\netstandard2.0\"/>
  49. <!-- Universal Windows -->
  50. <file src="..\Source\MQTTnet\bin\Release\uap10.0\MQTTnet.*" target="lib\uap10.0\"/>
  51. <!-- .NET Framework -->
  52. <file src="..\Source\MQTTnet\bin\Release\net452\MQTTnet.*" target="lib\net452\"/>
  53. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\net461\"/>
  54. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\net472\"/>
  55. </files>
  56. </package>