forked from eclipse-paho/paho.mqtt.m2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathM2Mqtt.nuspec
24 lines (24 loc) · 1.75 KB
/
M2Mqtt.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Plt.M2Mqtt</id>
<version>4.3.0.2</version>
<title>M2Mqtt - MQTT Client Library for .Net and WinRT</title>
<authors>Prolucid Technologies</authors>
<owners>Prolucid Technologies</owners>
<licenseUrl>https://github.com/Prolucid/paho.mqtt.m2mqtt/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Prolucid/paho.mqtt.m2mqtt</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Prolucid/paho.mqtt.m2mqtt/master/images/M2Mqtt_Short_Logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<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>
<releaseNotes>Added SSL/TLS client authentication</releaseNotes>
<copyright>Paolo Patierno Copyright 2015</copyright>
<tags>m2m mqtt queue messaging internetofthings iot cloud netmf embedded micro netduino micro-framework hardware winrt windows8 windows8.1 windowsphone windowsphone8.1 gadgeteer</tags>
</metadata>
<files>
<file src="bin\Release\M2Mqtt.Net\*.*" target="lib\net45" />
<file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\win81" />
<file src="bin\Release\M2Mqtt.WinRT\*.*" target="lib\wpa81" />
</files>
</package>