forked from nanoframework/System.Device.Wifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanoFramework.System.Device.WiFi.nuspec
39 lines (39 loc) · 2.27 KB
/
nanoFramework.System.Device.WiFi.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.System.Device.WiFi</id>
<version>$version$</version>
<title>nanoFramework.System.Device.WiFi</title>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<readme>docs\README.md</readme>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/System.Device.WiFi</projectUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/System.Device.WiFi" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the System.Device.WiFi assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.WiFi v$nativeVersion$ (checksum $checksum$).</description>
<tags>nanoFramework C# csharp netmf netnf WiFi</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" />
<dependency id="nanoFramework.System.Threading" version="1.0.4-preview.14" />
<dependency id="nanoFramework.System.Text" version="1.1.3-preview.13" />
<dependency id="nanoFramework.System.Net" version="1.8.0-preview.29" />
</dependencies>
</metadata>
<files>
<file src="System.Device.WiFi\bin\Release\System.Device.WiFi.dll" target="lib\System.Device.WiFi.dll" />
<file src="System.Device.WiFi\bin\Release\System.Device.WiFi.pdb" target="lib\System.Device.WiFi.pdb" />
<file src="System.Device.WiFi\bin\Release\System.Device.WiFi.pdbx" target="lib\System.Device.WiFi.pdbx" />
<file src="System.Device.WiFi\bin\Release\System.Device.WiFi.pe" target="lib\System.Device.WiFi.pe" />
<file src="System.Device.WiFi\bin\Release\System.Device.WiFi.xml" target="lib\System.Device.WiFi.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>