Skip to content

Commit

Permalink
updating signalr js package readme (#22129)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
bradygaster and BrennanConroy committed Jun 12, 2020
1 parent d4f43e7 commit 8dce530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/PatchConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Later on, this will be checked using this condition:
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.20' ">
<PackagesInPatch>
@aspnet/signalr;
</PackagesInPatch>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions src/SignalR/clients/ts/signalr/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
JavaScript and TypeScript clients for SignalR for ASP.NET Core

> 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.
## Installation

```bash
Expand Down

0 comments on commit 8dce530

Please sign in to comment.