1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
3+ <metadata >
4+ <id >nanoframework.System.Net.WebSockets</id >
5+ <version >$version$</version >
6+ <title >nanoframework.System.Net.WebSockets</title >
7+ <authors >nanoFramework project contributors</authors >
8+ <owners >nanoFramework,dotnetfoundation</owners >
9+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
10+ <license type =" file" >LICENSE.md</license >
11+ <releaseNotes >
12+ </releaseNotes >
13+ <developmentDependency >false</developmentDependency >
14+ <projectUrl >https://github.com/nanoframework/nanoframework.System.Net.WebSockets</projectUrl >
15+ <icon >images\nf-logo.png</icon >
16+ <repository type =" git" url =" https://github.com/nanoframework/nanoframework.System.Net.WebSockets" commit =" $commit$" />
17+ <copyright >Copyright (c) .NET Foundation and Contributors</copyright >
18+ <description >
19+ This package includes the nanoframework.System.Net.WebSockets assembly for nanoFramework C# projects.
20+ There are also two other packages with just the client API and just the server API.
21+ These are meant to be used when there is the need to use smaller assemblies.
22+ </description >
23+ <tags >nanoFramework C# csharp netmf netnf nanoFramework.System.Net.WebSockets</tags >
24+ <dependencies >
25+ <dependency id =" nanoFramework.CoreLibrary" version =" 1.10.3-preview.7" />
26+ <dependency id =" nanoFramework.Runtime.Events" version =" 1.9.0-preview.16" />
27+ <dependency id =" nanoFramework.System.Collections" version =" 1.2.0-preview.36" />
28+ <dependency id =" nanoFramework.System.Text" version =" 1.1.1-preview.35" />
29+ <dependency id =" nanoFramework.System.Net" version =" 1.6.5-preview.2" />
30+ </dependencies >
31+ </metadata >
32+ <files >
33+ <file src =" WebSockets\bin\Release\System.Net.WebSockets.dll" target =" lib\System.Net.WebSockets.dll" />
34+ <file src =" WebSockets\bin\Release\System.Net.WebSockets.pdb" target =" lib\System.Net.WebSockets.pdb" />
35+ <file src =" WebSockets\bin\Release\System.Net.WebSockets.pdbx" target =" lib\System.Net.WebSockets.pdbx" />
36+ <file src =" WebSockets\bin\Release\System.Net.WebSockets.pe" target =" lib\System.Net.WebSockets.pe" />
37+ <file src =" WebSockets\bin\Release\System.Net.WebSockets.xml" target =" lib\System.Net.WebSockets.xml" />
38+ <file src =" assets\readme.txt" target =" " />
39+ <file src =" assets\nf-logo.png" target =" images\" />
40+ <file src =" LICENSE.md" target =" " />
41+ </files >
42+ </package >
0 commit comments