M2Mqtt.nuspec 2.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>M2Mqtt</id>
  5. <version>4.3.0.0</version>
  6. <title>M2Mqtt - MQTT Client Library for .Net and WinRT</title>
  7. <authors>Paolo Patierno</authors>
  8. <owners>Paolo Patierno</owners>
  9. <licenseUrl>https://github.com/ppatierno/m2mqtt/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>https://github.com/ppatierno/m2mqtt</projectUrl>
  11. <iconUrl>https://raw.githubusercontent.com/ppatierno/m2mqtt/master/images/M2Mqtt_Short_Logo.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platform (Windows 8.1 and Windows Phone 8.1) for M2M communication.</description>
  14. <summary>M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platform (Windows 8.1 and Windows Phone 8.1) for M2M communication.</summary>
  15. <releaseNotes>Added SSL/TLS client authentication</releaseNotes>
  16. <copyright>Paolo Patierno Copyright 2015</copyright>
  17. <tags>m2m mqtt queue messaging internetofthings iot cloud netmf embedded micro netduino micro-framework hardware winrt windows8 windows8.1 windowsphone windowsphone8.1 gadgeteer</tags>
  18. </metadata>
  19. <files>
  20. <file src="bin\Release\M2Mqtt.Net\*.*" target="lib\net45" />
  21. <file src="bin\Release\M2Mqtt.NetCf39\*.*" target="lib\net39-cf" />
  22. <file src="bin\Release\M2Mqtt.NetMf42\*.*" target="lib\netmf42" />
  23. <file src="bin\Release\M2Mqtt.NetMf42\le\*.p*" target="lib\netmf42\le" />
  24. <file src="bin\Release\M2Mqtt.NetMf42\be\*.p*" target="lib\netmf42\be" />
  25. <file src="bin\Release\M2Mqtt.NetMf43\*.*" target="lib\netmf43" />
  26. <file src="bin\Release\M2Mqtt.NetMf43\le\*.p*" target="lib\netmf43\le" />
  27. <file src="bin\Release\M2Mqtt.NetMf43\be\*.p*" target="lib\netmf43\be" />
  28. <file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\win81" />
  29. <file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\wpa81" />
  30. </files>
  31. </package>