Skip to content

Commit b9baf8c

Browse files
2.1 SignalR npm readme (#30271)
* Update README.md * Update README.md * Update PatchConfig.props
1 parent 17ba50c commit b9baf8c

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

eng/PatchConfig.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Later on, this will be checked using this condition:
9696
</PropertyGroup>
9797
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.27' ">
9898
<PackagesInPatch>
99+
@aspnet/signalr;
100+
@aspnet/signalr-protocol-msgpack;
99101
</PackagesInPatch>
100102
</PropertyGroup>
101103
</Project>

src/SignalR/clients/ts/signalr-protocol-msgpack/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
MsgPack support for SignalR for ASP.NET Core
22

3+
> :warning: This package will no longer be supported starting August 21, 2021. This package follows the [.NET Core 2.1 support lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) which is ending soon. Please transition to using [@microsoft/signalr-protocol-msgpack](https://www.npmjs.com/package/@microsoft/signalr-protocol-msgpack) as described below.
4+
5+
> Note: The JavaScript and TypeScript clients for SignalR for ASP.NET Core have been moved to [@microsoft/signalr-protocol-msgpack](https://www.npmjs.com/package/@microsoft/signalr-protocol-msgpack). If you are already using `@aspnet/signalr-protocol-msgpack` and are unsure when to move to `@microsoft/signalr-protocol-msgpack`, check the [Feature Distribution](https://docs.microsoft.com/en-us/aspnet/core/signalr/client-features) chart in the ASP.NET Core SignalR documentation. Newer client releases are compatible with older version of ASP.NET Core SignalR which means it is safe to upgrade the client before upgrading the server.
6+
37
## Installation
48

59
```bash

src/SignalR/clients/ts/signalr/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
JavaScript and TypeScript clients for SignalR for ASP.NET Core
22

3+
> :warning: This package will no longer be supported starting August 21, 2021. This package follows the [.NET Core 2.1 support lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) which is ending soon. Please transition to using [@microsoft/signalr](https://www.npmjs.com/package/@microsoft/signalr) as described below.
4+
35
> Note: The JavaScript and TypeScript clients for SignalR for ASP.NET Core have been moved to [@microsoft/signalr](https://www.npmjs.com/package/@microsoft/signalr). If you are already using `@aspnet/signalr` and are unsure when to move to `@microsoft/signalr`, check the [Feature Distribution](https://docs.microsoft.com/en-us/aspnet/core/signalr/client-features) chart in the ASP.NET Core SignalR documentation. Newer client releases are compatible with older version of ASP.NET Core SignalR which means it is safe to upgrade the client before upgrading the server.
46
57
## Installation

0 commit comments

Comments
 (0)