|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | | - <id>nanoframework.System.Net.WebSockets</id> |
| 4 | + <id>nanoFramework.System.Net.WebSockets</id> |
5 | 5 | <version>$version$</version> |
6 | | - <title>nanoframework.System.Net.WebSockets</title> |
| 6 | + <title>nanoFramework.System.Net.WebSockets</title> |
7 | 7 | <authors>nanoFramework project contributors</authors> |
8 | 8 | <owners>nanoframework,dotnetfoundation</owners> |
9 | 9 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
12 | 12 | </releaseNotes> |
13 | 13 | <readme>docs\README.md</readme> |
14 | 14 | <developmentDependency>false</developmentDependency> |
15 | | - <projectUrl>https://github.com/nanoframework/nanoframework.System.Net.WebSockets</projectUrl> |
| 15 | + <projectUrl>https://github.com/nanoframework/System.Net.WebSockets</projectUrl> |
16 | 16 | <icon>images\nf-logo.png</icon> |
17 | | - <repository type="git" url="https://github.com/nanoframework/nanoframework.System.Net.WebSockets" commit="$commit$" /> |
| 17 | + <repository type="git" url="https://github.com/nanoframework/System.Net.WebSockets" commit="$commit$" /> |
18 | 18 | <copyright>Copyright (c) .NET Foundation and Contributors</copyright> |
19 | | - <description>This package includes the nanoframework.System.Net.WebSockets assembly for nanoFramework C# projects. |
| 19 | + <description>This package includes the System.Net.WebSockets assembly for nanoFramework C# projects. |
20 | 20 | There are also two other packages with just the client API and just the server API. |
21 | 21 | These are meant to be used when there is the need to use smaller assemblies.</description> |
22 | | - <tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net.WebSockets</tags> |
| 22 | + <tags>nanoFramework C# csharp netmf netnf System.Net.WebSockets</tags> |
23 | 23 | <dependencies> |
24 | 24 | <dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.1" /> |
25 | 25 | <dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.4" /> |
|
0 commit comments