Skip to content

Commit 8dce530

Browse files
updating signalr js package readme (#22129)
* updating signalr js package readme * Update src/SignalR/clients/ts/signalr/README.md Co-authored-by: Brennan <brecon@microsoft.com> * Update PatchConfig.props Co-authored-by: Brennan <brecon@microsoft.com>
1 parent d4f43e7 commit 8dce530

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: eng/PatchConfig.props

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Later on, this will be checked using this condition:
6363
</PropertyGroup>
6464
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.20' ">
6565
<PackagesInPatch>
66+
@aspnet/signalr;
6667
</PackagesInPatch>
6768
</PropertyGroup>
6869
</Project>

Diff for: src/SignalR/clients/ts/signalr/README.md

+2
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+
> 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.
4+
35
## Installation
46

57
```bash

0 commit comments

Comments
 (0)