Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrady Gaster <41929050+bradygaster@users.noreply.github.com>2020-06-13 02:19:53 +0300
committerGitHub <noreply@github.com>2020-06-13 02:19:53 +0300
commit8dce53054a70409a60770c5f1bf442daa6b79ebb (patch)
treef3bf5270ea6935526fd9dfbd6f9b156aea362346
parentd4f43e78491f67ddf753c62514f3783233abfaba (diff)
updating signalr js package readme (#22129)v2.1.20
* 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>
-rw-r--r--eng/PatchConfig.props1
-rw-r--r--src/SignalR/clients/ts/signalr/README.md2
2 files changed, 3 insertions, 0 deletions
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 0fa48bac75..aefa226d15 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -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>
diff --git a/src/SignalR/clients/ts/signalr/README.md b/src/SignalR/clients/ts/signalr/README.md
index 4a15d4eb6c..8015ef00da 100644
--- a/src/SignalR/clients/ts/signalr/README.md
+++ b/src/SignalR/clients/ts/signalr/README.md
@@ -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