-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakoIoT.Device.Services.WiFi.AP.nuspec
42 lines (42 loc) · 2.55 KB
/
MakoIoT.Device.Services.WiFi.AP.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MakoIoT.Device.Services.WiFi.AP</id>
<version>$version$</version>
<title>MakoIoT.Device.Services.WiFi.AP</title>
<authors>CSHARK</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<readme>docs\README.md</readme>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/CShark-Hub/Mako-IoT.Device.Services.WiFi.AP</projectUrl>
<repository type="git" url="https://github.com/CShark-Hub/Mako-IoT.Device.Services.WiFi.AP" />
<copyright>Copyright (c) CSHARK Sp. z o. o.</copyright>
<description>WiFi Access Point library for MAKO-IoT</description>
<tags>nanoFramework C# csharp netmf netnf mako-iot wifi ap access point</tags>
<dependencies>
<dependency id="MakoIoT.Device.Services.Interface" version="1.0.53.21413" />
<dependency id="MakoIoT.Device.Utilities.Invoker" version="1.0.44.64291" />
<dependency id="nanoFramework.CoreLibrary" version="1.17.1" />
<dependency id="nanoFramework.DependencyInjection" version="1.1.29" />
<dependency id="nanoFramework.Iot.Device.DhcpServer" version="1.2.809" />
<dependency id="nanoFramework.Runtime.Events" version="1.11.30" />
<dependency id="nanoFramework.System.Collections" version="1.5.62" />
<dependency id="nanoFramework.System.Device.Wifi" version="1.5.124" />
<dependency id="nanoFramework.System.IO.Streams" version="1.1.89" />
<dependency id="nanoFramework.System.Net" version="1.11.34" />
<dependency id="nanoFramework.System.Text" version="1.3.29" />
<dependency id="nanoFramework.System.Threading" version="1.1.49" />
</dependencies>
</metadata>
<files>
<file src="src\MakoIoT.Device.Services.WiFi.AP\bin\Release\MakoIoT.Device.Services.WiFi.AP.dll" target="lib\MakoIoT.Device.Services.WiFi.AP.dll" />
<file src="src\MakoIoT.Device.Services.WiFi.AP\bin\Release\MakoIoT.Device.Services.WiFi.AP.pdb" target="lib\MakoIoT.Device.Services.WiFi.AP.pdb" />
<file src="src\MakoIoT.Device.Services.WiFi.AP\bin\Release\MakoIoT.Device.Services.WiFi.AP.pdbx" target="lib\MakoIoT.Device.Services.WiFi.AP.pdbx" />
<file src="src\MakoIoT.Device.Services.WiFi.AP\bin\Release\MakoIoT.Device.Services.WiFi.AP.pe" target="lib\MakoIoT.Device.Services.WiFi.AP.pe" />
<file src="README.md" target="docs\" />
<file src="LICENSE.md" target="" />
</files>
</package>