-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
nanoFramework.Azure.Devices.Client.nuspec
47 lines (47 loc) · 3.01 KB
/
nanoFramework.Azure.Devices.Client.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
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Azure.Devices.Client</id>
<version>$version$</version>
<title>nanoFramework.Azure.Devices.Client</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework,dotnetfoundation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<readme>docs\README.md</readme>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Azure.Devices.Client</projectUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Azure.Devices" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the .NET nanoFramework.Azure.Devices.Client assembly for .NET nanoFramework C# projects..
This is an SDK for Azure IoT Hub using MQTT broker.</description>
<tags>nanoFramework C# csharp netmf netnf Microsoft.Azure.Devices nanoFramework.Azure.Devices</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Json" version="2.1.1-preview.6" />
<dependency id="nanoFramework.M2Mqtt" version="5.0.2-preview.26" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.8" />
<dependency id="nanoFramework.Runtime.Native" version="1.5.1" />
<dependency id="nanoFramework.System.Collections" version="1.2.0" />
<dependency id="nanoFramework.System.Net" version="1.7.1-preview.9" />
<dependency id="nanoFramework.System.Net.Http" version="1.3.6-preview.1" />
<dependency id="nanoFramework.System.Text" version="1.1.1" />
<dependency id="nanoFramework.System.Threading" version="1.0.2" />
<dependency id="nanoFramework.Windows.Storage.Streams" version="1.12.2" />
</dependencies>
</metadata>
<files>
<file src="Azure.Devices.DeviceClient\bin\Release\nanoFramework.Azure.Devices.Client.dll" target="lib\nanoFramework.Azure.Devices.Client.dll" />
<file src="Azure.Devices.DeviceClient\bin\Release\nanoFramework.Azure.Devices.Client.pdb" target="lib\nanoFramework.Azure.Devices.Client.pdb" />
<file src="Azure.Devices.DeviceClient\bin\Release\nanoFramework.Azure.Devices.Client.pdbx" target="lib\nanoFramework.Azure.Devices.Client.pdbx" />
<file src="Azure.Devices.DeviceClient\bin\Release\nanoFramework.Azure.Devices.Client.pe" target="lib\nanoFramework.Azure.Devices.Client.pe" />
<file src="Azure.Devices.DeviceClient\bin\Release\nanoFramework.Azure.Devices.Client.xml" target="lib\nanoFramework.Azure.Devices.Client.xml" />
<file src="assets\readme.txt" target="" />
<file src="README.md" target="docs\" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>