forked from nanoframework/System.Device.Wifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nanoFramework.Windows.Devices.Wifi.nuspec
37 lines (37 loc) · 2.15 KB
/
nanoFramework.Windows.Devices.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Windows.Devices.Wifi</id>
<version>$version$</version>
<title>nanoFramework.Windows.Devices.Wifi</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework project contributors,dotnetfoundation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/Windows.Devices.WiFi</projectUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/Windows.Devices.Wifi" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the Windows.Devices.Wifi assembly for .NET nanoFramework C# projects.
This package requires a target with Windows.Devices.Wifi v$nativeVersion$.</description>
<summary>Windows.Devices.Wifi assembly for nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf Windows.Devices.Wifi</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.1" />
</dependencies>
</metadata>
<files>
<file src="Windows.Devices.Wifi\bin\Release\Windows.Devices.Wifi.dll" target="lib\Windows.Devices.Wifi.dll" />
<file src="Windows.Devices.Wifi\bin\Release\Windows.Devices.Wifi.pdb" target="lib\Windows.Devices.Wifi.pdb" />
<file src="Windows.Devices.Wifi\bin\Release\Windows.Devices.Wifi.pdbx" target="lib\Windows.Devices.Wifi.pdbx" />
<file src="Windows.Devices.Wifi\bin\Release\Windows.Devices.Wifi.pe" target="lib\Windows.Devices.Wifi.pe" />
<file src="Windows.Devices.Wifi\bin\Release\Windows.Devices.Wifi.xml" target="lib\Windows.Devices.Wifi.xml" />
<file src="assets\readme.txt" target="" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>