-
Notifications
You must be signed in to change notification settings - Fork 22
/
IotWeb.nuspec
27 lines (27 loc) · 1.74 KB
/
IotWeb.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
<?xml version="1.0"?>
<package >
<metadata minClientVersion="3.1">
<id>IotWeb</id>
<version>0.9.0</version>
<title>HTTP/WebSocket server for UWP and .NET 4.5</title>
<authors>The Sensaura Project</authors>
<owners>The Sensaura Project</owners>
<licenseUrl>http://sensaura.org/pages/tools/iotweb/LICENSE.txt</licenseUrl>
<projectUrl>http://sensaura.org/pages/tools/iotweb/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This library provides a simple HTTP server with WebSocket support. It can be used on Mono, NET 4.5 desktop environments and the Universal Windows Platform (including Windows 10 IoT Core).</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>iot iot-core server</tags>
</metadata>
<files>
<file src="IotWeb Portable\bin\Release\IotWeb_Portable\IotWeb.Common.dll" target="lib\net45\IotWeb.Common.dll"/>
<file src="IotWeb Portable\bin\Release\IotWeb_Portable\IotWeb.Common.pdb" target="lib\net45\IotWeb.Common.pdb"/>
<file src="IotWeb Portable\bin\Release\IotWeb_Portable\IotWeb.Common.dll" target="lib\uap10.0\IotWeb.Common.dll"/>
<file src="IotWeb Portable\bin\Release\IotWeb_Portable\IotWeb.Common.pdb" target="lib\uap10.0\IotWeb.Common.pdb"/>
<file src="IotWeb NET45\bin\Release\IotWeb_NET45\IotWeb.Server.dll" target="lib\net45\IotWeb.Server.dll"/>
<file src="IotWeb NET45\bin\Release\IotWeb_NET45\IotWeb.Server.pdb" target="lib\net45\IotWeb.Server.pdb"/>
<file src="IotWeb UWP\bin\Release\IotWeb_UWP\IotWeb.Server.dll" target="lib\uap10.0\IotWeb.Server.dll"/>
<file src="IotWeb UWP\bin\Release\IotWeb_UWP\IotWeb.Server.pdb" target="lib\uap10.0\IotWeb.Server.pdb"/>
</files>
</package>