-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakoIoT.Device.Services.ConfigurationManager.nuspec
48 lines (48 loc) · 3.23 KB
/
MakoIoT.Device.Services.ConfigurationManager.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
48
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MakoIoT.Device.Services.ConfigurationManager</id>
<version>$version$</version>
<title>MakoIoT.Device.Services.ConfigurationManager</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.ConfigurationManager</projectUrl>
<repository type="git" url="https://github.com/CShark-Hub/Mako-IoT.Device.Services.ConfigurationManager" />
<copyright>Copyright (c) CSHARK Sp. z o. o.</copyright>
<description>Configuration mode manager for MAKO-IoT</description>
<tags>nanoFramework C# csharp netmf netnf mako-iot configuration wifimanager</tags>
<dependencies>
<dependency id="MakoIoT.Device.Services.Configuration" version="1.0.68.40789" />
<dependency id="MakoIoT.Device.Services.Interface" version="1.0.53.21413" />
<dependency id="MakoIoT.Device.Services.Mediator" version="1.0.61.19880" />
<dependency id="MakoIoT.Device.Services.Server" version="1.0.83.49925" />
<dependency id="MakoIoT.Device.Services.WiFi.AP" version="1.0.97.55003" />
<dependency id="MakoIoT.Device.Utilities.Invoker" version="1.0.44.64291" />
<dependency id="MakoIoT.Device.Utilities.String" version="1.0.40.2867" />
<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.Net.Http" version="1.5.184" />
<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.ConfigurationManager\bin\Release\MakoIoT.Device.Services.ConfigurationManager.dll" target="lib\MakoIoT.Device.Services.ConfigurationManager.dll" />
<file src="src\MakoIoT.Device.Services.ConfigurationManager\bin\Release\MakoIoT.Device.Services.ConfigurationManager.pdb" target="lib\MakoIoT.Device.Services.ConfigurationManager.pdb" />
<file src="src\MakoIoT.Device.Services.ConfigurationManager\bin\Release\MakoIoT.Device.Services.ConfigurationManager.pdbx" target="lib\MakoIoT.Device.Services.ConfigurationManager.pdbx" />
<file src="src\MakoIoT.Device.Services.ConfigurationManager\bin\Release\MakoIoT.Device.Services.ConfigurationManager.pe" target="lib\MakoIoT.Device.Services.ConfigurationManager.pe" />
<file src="README.md" target="docs\" />
<file src="LICENSE.md" target="" />
</files>
</package>