-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackage.nuspec
37 lines (37 loc) · 2.99 KB
/
Package.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
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<package>
<metadata>
<id>LagoVista.MQTT</id>
<version>1.2.740-alpha1236</version>
<authors>Software Logistics, LLC</authors>
<owners>Software Logistics, LLC</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>http://github.com/LagoVista</projectUrl>
<iconUrl>http://bytemaster.blob.core.windows.net/icons/LagoVistaIcon.png</iconUrl>
<description>A MQTT Core for .NET Core and Xamarin written as .NET Standard 1.3 Library. Adopted from the M2Mqtt Library created by Paolo Patierno.</description>
<releaseNotes>Pre-Release Software</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>HomeAutomation IoT LagoVista MQTT</tags>
</metadata>
<files>
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="lib\netstandard1.3" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="lib\netstandard2.0" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="lib\MonoAndroid10" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="lib\Xamarin.iOS10" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="ref\uap10.0" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="runtimes\win10-arm\lib\uap10.0" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="runtimes\win10-x64\lib\uap10.0" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="runtimes\win10-x86\lib\uap10.0" />
<file src="src\LagoVista.MQTT.DotNetCore\bin\Release\netstandard2.0\LagoVista.MQTT.DotNetCore.dll" target="lib\netstandard2.0" />
<file src="src\LagoVista.MQTT.Droid\bin\release\LagoVista.MQTT.Droid.dll" target="lib\MonoAndroid10" />
<file src="src\LagoVista.MQTT.iOS\bin\release\LagoVista.MQTT.iOS.dll" target="lib\Xamarin.iOS10" />
<file src="src\LagoVista.MQTT.Core\bin\release\netstandard1.3\LagoVista.MQTT.Core.dll" target="ref\uap10.0" />
<file src="src\LagoVista.MQTT.UWP\bin\Release\LagoVista.MQTT.UWP.dll" target="ref\uap10.0" />
<file src="src\LagoVista.MQTT.UWP\bin\ARM\Release\LagoVista.MQTT.UWP.dll" target="runtimes\win10-arm\lib\uap10.0" />
<file src="src\LagoVista.MQTT.UWP\bin\ARM\Release\LagoVista.MQTT.UWP.pri" target="runtimes\win10-arm\lib\uap10.0" />
<file src="src\LagoVista.MQTT.UWP\bin\x64\Release\LagoVista.MQTT.UWP.dll" target="runtimes\win10-x64\lib\uap10.0" />
<file src="src\LagoVista.MQTT.UWP\bin\x64\Release\LagoVista.MQTT.UWP.pri" target="runtimes\win10-x64\lib\uap10.0" />
<file src="src\LagoVista.MQTT.UWP\bin\x86\Release\LagoVista.MQTT.UWP.dll" target="runtimes\win10-x86\lib\uap10.0" />
<file src="src\LagoVista.MQTT.UWP\bin\x86\Release\LagoVista.MQTT.UWP.pri" target="runtimes\win10-x86\lib\uap10.0" />
</files>
</package>