-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmqttv3.nuspec
27 lines (27 loc) · 1.31 KB
/
mqttv3.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
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.Mqttv3.Droid</id>
<version>1.2.0</version>
<authors>NAXAM CO.,LTD</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Mqttv3 for Android</title>
<summary>Xamarin.Android Binding Library - Mqttv3 for Android</summary>
<description>Xamarin.Android Binding Library - Mqttv3 for Android</description>
<releaseNotes>Mqttv3 for Android v1.2.0</releaseNotes>
<iconUrl>https://avatars1.githubusercontent.com/u/25535951</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/mqttv3-android-binding</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, mqttv3</tags>
<dependencies>
<!-- <dependency id="Xamarin.GooglePlayServices.Wallet" version="42.1021.1" /> -->
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.Mqttv3.Droid/bin/Release/Naxam.Mqttv3.Droid.dll" target="lib/MonoAndroid10/Naxam.Mqttv3.Droid.dll" />
</files>
</package>