-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
nanoFramework.System.Device.Wifi.DELIVERABLES.nuspec
35 lines (35 loc) · 1.99 KB
/
nanoFramework.System.Device.Wifi.DELIVERABLES.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.System.Device.Wifi.DELIVERABLES</id>
<version>$version$</version>
<title>nanoFramework.System.Device.Wifi.DELIVERABLES</title>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/System.Device.Wifi</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the System.Device.Wifi assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description>
<summary>System.Device.Wifi.DELIVERABLES is not meant for development.</summary>
<tags>
</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
<dependency id="nanoFramework.System.Threading" version="1.0.3" />
<dependency id="nanoFramework.System.Net" version="1.8.3.1" />
</dependencies>
</metadata>
<files>
<file src="System.Device.Wifi\bin\Release\Stubs\*.*" target="content\Stubs\" />
<file src="System.Device.Wifi\obj\Release\*.txt" target="content\txt\" />
<file src="System.Device.Wifi\obj\Release\*.dump" target="content\dump\" />
<file src="System.Device.Wifi\obj\Release\*.strings" target="content\dump\" />
<file src="System.Device.Wifi\obj\Release\*.resources" target="content\resources\" />
<file src="System.Device.Wifi\obj\Release\*.il" target="content\disasm\" />
</files>
</package>