Skip to content

Commit 7261a7c

Browse files
authored
Fixing nuget name (#30)
***NO_CI***
1 parent 6eef0dc commit 7261a7c

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
-----
66

7-
### Welcome to the .NET **nanoFramework** System.Net.WebSockets Library repository
7+
# Welcome to the .NET **nanoFramework** System.Net.WebSockets Library repository
88

99
This API mirrors (as close as possible) the official .NET [System.Net.WebSockets](https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocket). Exceptions are mainly derived from the lack of `async` and generics support in .NET **nanoFramework**.
1010

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ pool:
2323

2424
variables:
2525
DOTNET_NOLOGO: true
26-
solution: 'nanoframework.System.Net.Websockets.sln'
26+
solution: 'nanoFramework.System.Net.Websockets.sln'
2727
buildPlatform: 'Any CPU'
2828
buildConfiguration: 'Release'
29-
nugetPackageName: 'nanoframework.System.Net.WebSockets'
29+
nugetPackageName: 'nanoFramework.System.Net.WebSockets'
3030

3131
steps:
3232

@@ -39,15 +39,15 @@ steps:
3939
# package steps
4040
- template: azure-pipelines-templates/class-lib-package.yml@templates
4141
parameters:
42-
nugetPackageName: 'nanoframework.System.Net.WebSockets'
42+
nugetPackageName: 'nanoFramework.System.Net.WebSockets'
4343

4444
- template: azure-pipelines-templates/class-lib-package.yml@templates
4545
parameters:
46-
nugetPackageName: 'nanoframework.System.Net.WebSockets.Client'
46+
nugetPackageName: 'nanoFramework.System.Net.WebSockets.Client'
4747

4848
- template: azure-pipelines-templates/class-lib-package.yml@templates
4949
parameters:
50-
nugetPackageName: 'nanoframework.System.Net.WebSockets.Server'
50+
nugetPackageName: 'nanoFramework.System.Net.WebSockets.Server'
5151

5252
- template: azure-pipelines-templates/class-lib-publish.yml@templates
5353

nanoframework.System.Net.WebSockets.Client.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
4-
<id>nanoframework.System.Net.WebSockets.Client</id>
4+
<id>nanoFramework.System.Net.WebSockets.Client</id>
55
<version>$version$</version>
6-
<title>nanoframework.System.Net.WebSockets.Client</title>
6+
<title>nanoFramework.System.Net.WebSockets.Client</title>
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoframework,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -12,13 +12,13 @@
1212
</releaseNotes>
1313
<readme>docs\README.md</readme>
1414
<developmentDependency>false</developmentDependency>
15-
<projectUrl>https://github.com/nanoframework/nanoframework.System.Net.WebSockets</projectUrl>
15+
<projectUrl>https://github.com/nanoframework/System.Net.WebSockets</projectUrl>
1616
<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$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoframework.System.Net.WebSockets assembly (client API only) for .NET nanoFramework C# projects.
19+
<description>This package includes the System.Net.WebSockets assembly (client API only) for .NET nanoFramework C# projects.
2020
There are also two other packages, one with the server API only and another with the complete API.</description>
21-
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net.WebSockets</tags>
21+
<tags>nanoFramework C# csharp netmf netnf System.Net.WebSockets</tags>
2222
<dependencies>
2323
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.1" />
2424
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.4" />

nanoframework.System.Net.WebSockets.Server.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
4-
<id>nanoframework.System.Net.WebSockets.Server</id>
4+
<id>nanoFramework.System.Net.WebSockets.Server</id>
55
<version>$version$</version>
6-
<title>nanoframework.System.Net.WebSockets.Server</title>
6+
<title>nanoFramework.System.Net.WebSockets.Server</title>
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoframework,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -12,13 +12,13 @@
1212
</releaseNotes>
1313
<readme>docs\README.md</readme>
1414
<developmentDependency>false</developmentDependency>
15-
<projectUrl>https://github.com/nanoframework/nanoframework.System.Net.WebSockets</projectUrl>
15+
<projectUrl>https://github.com/nanoframework/System.Net.WebSockets</projectUrl>
1616
<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$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoframework.System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.
19+
<description>This package includes the System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.
2020
There are also two other packages, one with the client API only and another with the complete API.</description>
21-
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Net.WebSockets</tags>
21+
<tags>nanoFramework C# csharp netmf netnf System.Net.WebSockets</tags>
2222
<dependencies>
2323
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.1" />
2424
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.4" />

nanoframework.System.Net.WebSockets.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
4-
<id>nanoframework.System.Net.WebSockets</id>
4+
<id>nanoFramework.System.Net.WebSockets</id>
55
<version>$version$</version>
6-
<title>nanoframework.System.Net.WebSockets</title>
6+
<title>nanoFramework.System.Net.WebSockets</title>
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoframework,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -12,14 +12,14 @@
1212
</releaseNotes>
1313
<readme>docs\README.md</readme>
1414
<developmentDependency>false</developmentDependency>
15-
<projectUrl>https://github.com/nanoframework/nanoframework.System.Net.WebSockets</projectUrl>
15+
<projectUrl>https://github.com/nanoframework/System.Net.WebSockets</projectUrl>
1616
<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$" />
1818
<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.
2020
There are also two other packages with just the client API and just the server API.
2121
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>
2323
<dependencies>
2424
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.1" />
2525
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.4" />

0 commit comments

Comments
 (0)