25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

58 lines
3.3 KiB

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>MQTTnet</id>
  5. <version>2.5.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] Merged the .NET Framwork and netstandard projects (Thanks to @JanEggers)
  14. * [Core] Migrated the trace to a non-static approach (Breaking Change!)
  15. * [Core] Added a builder for application messages using a fluent API
  16. * [Core] Introduced CI (Thanks to @JanEggers)
  17. * [Core] Added interfaces for publishing and receiving which applies to every client and server (Thanks to @ChristianRiedl)
  18. * [Client] Added a first version of a managed client which will manage the connection, subscription etc. automatically (Thanks to @JTrotta)
  19. * [Client] The session state response from the server is now returned in the _ConnectAsync_ method and also part of the _Connected_ event args
  20. * [Client] Added a _TopicFilterBuilder_ using a fluent API (Namespace Changes!)
  21. * [Client] Added several new options for the WebSocket channel (Thanks to @ChristianRiedl)
  22. * [Client] Refactored the options and added a builder using a fluent API (Breaking Change!)
  23. * [Client] Added more options for WebSocket connections like RequestHeaders, SubProtocol etc.
  24. * [Server] Added support for WebSockets via ASP.NET Core 2.0 (Thanks to @ChristianRiedl)
  25. * [Server] Added support for a custom application message interceptor
  26. * [Server] Fixed an issue with dropped connections on UWP (Thanks to @haeberle)
  27. </releaseNotes>
  28. <copyright>Copyright Christian Kratky 2016-2017</copyright>
  29. <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</tags>
  30. <dependencies>
  31. <group targetFramework="netstandard1.3">
  32. <dependency id="NETStandard.Library" version="1.6.1" />
  33. <dependency id="System.Net.Security" version="4.3.2" />
  34. </group>
  35. <group targetFramework="uap10.0">
  36. <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.4.0" />
  37. </group>
  38. </dependencies>
  39. </metadata>
  40. <files>
  41. <!-- .NET Standard 1.3 -->
  42. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard1.3\MQTTnet.Core.*" target="lib\netstandard1.3\"/>
  43. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\netstandard1.3\MQTTnet.*" target="lib\netstandard1.3\"/>
  44. <!-- Universal Windows -->
  45. <file src="..\Frameworks\MQTTnet.UniversalWindows\bin\Release\MQTTnet.Core.*" target="lib\uap10.0\"/>
  46. <file src="..\Frameworks\MQTTnet.UniversalWindows\bin\Release\MQTTnet.*" target="lib\uap10.0\"/>
  47. <!-- .NET Framework -->
  48. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\net451\MQTTnet.Core.*" target="lib\net451\"/>
  49. <file src="..\Frameworks\MQTTnet.Netstandard\bin\Release\net451\MQTTnet.*" target="lib\net451\"/>
  50. </files>
  51. </package>