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.
 
 
 
 

83 line
3.8 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet</id>
  5. <version>0.0.0</version>
  6. <authors>The contributors of MQTTnet</authors>
  7. <owners>Christian Kratky</owners>
  8. <license type="file">LICENSE</license>
  9. <projectUrl>https://github.com/chkr1011/MQTTnet</projectUrl>
  10. <iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl>
  11. <icon>images\Logo_128x128.png</icon>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.</description>
  14. <releaseNotes>
  15. * [Core] Fixed some issues in nuget packages.
  16. * [Client] Changed exception types so that proper exceptions are thrown when connecting (#1082).
  17. * [Client] Exposed Dup flag in application messages.
  18. * [Client] Improved keep alive message sending.
  19. * [Client] Added support for deferred message approval (#1075, thanks to @tkurucsai).
  20. * [Client] Exposed missing APIs for .NET 5.0 build (thanks to @yyjdelete).
  21. * [Client] Improved disconnect handling (#1134, thanks to @yyjdelete).
  22. * [RpcClient] Fixed an issue when using a custom application message reveived handler (#1093).
  23. * [RpcClient] Fixed a race condition when using timeout and cancellation token at the same time (BREAKING CHANGE!).
  24. * [Server] Improved keep alive message sending.
  25. Git commit: $gitCommit
  26. </releaseNotes>
  27. <copyright>Copyright Christian Kratky 2016-2020</copyright>
  28. <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 Blazor</tags>
  29. <dependencies>
  30. <group targetFramework="net452" />
  31. <group targetFramework="net461" />
  32. <group targetFramework="netstandard1.3">
  33. <dependency id="NETStandard.Library" version="1.6.1" />
  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="netstandard2.0" />
  39. <group targetFramework="netstandard2.1" />
  40. <group targetFramework="netcoreapp3.1" />
  41. <group targetFramework="net5.0" />
  42. <group targetFramework="uap10.0">
  43. <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.2.10" />
  44. </group>
  45. </dependencies>
  46. </metadata>
  47. <files>
  48. <!-- License -->
  49. <file src="..\LICENSE" />
  50. <!-- Images -->
  51. <file src="..\Images\Logo_128x128.png" target="images\" />
  52. <!-- .NET 5.0 -->
  53. <file src="..\Source\MQTTnet\bin\Release\net5.0\MQTTnet.*" target="lib\net5.0\" />
  54. <!-- .NET Standard 1.3 -->
  55. <file src="..\Source\MQTTnet\bin\Release\netstandard1.3\MQTTnet.*" target="lib\netstandard1.3\" />
  56. <!-- .NET Standard 2.0 -->
  57. <file src="..\Source\MQTTnet\bin\Release\netstandard2.0\MQTTnet.*" target="lib\netstandard2.0\" />
  58. <!-- .NET Standard 2.1 -->
  59. <file src="..\Source\MQTTnet\bin\Release\netstandard2.1\MQTTnet.*" target="lib\netstandard2.1\" />
  60. <!-- .NET Standard 3.1 -->
  61. <file src="..\Source\MQTTnet\bin\Release\netcoreapp3.1\MQTTnet.*" target="lib\netcoreapp3.1\" />
  62. <!-- Universal Windows -->
  63. <file src="..\Source\MQTTnet\bin\Release\uap10.0\MQTTnet.*" target="lib\uap10.0\" />
  64. <!-- .NET Framework -->
  65. <file src="..\Source\MQTTnet\bin\Release\net452\MQTTnet.*" target="lib\net452\" />
  66. <!-- .NET Framework 4.6.0 will use binaries from 4.5.2. -->
  67. <file src="..\Source\MQTTnet\bin\Release\net461\MQTTnet.*" target="lib\net461\" />
  68. <!-- Everything above .NET Framework 4.6.1 will use the binaries from 4.6.1. -->
  69. </files>
  70. </package>