Skip to content

Commit d8ea9f7

Browse files
committed
Update docs metadata
1 parent 94f6f4c commit d8ea9f7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

api/overview/azure/latest/microsoft.azure.webpubsub.aspnetcore-readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Web PubSub service middleware client library for .NET
33
keywords: Azure, dotnet, SDK, API, Microsoft.Azure.WebPubSub.AspNetCore, webpubsub
44
author: vicancy
55
ms.author: lianwei
6-
ms.date: 07/13/2023
6+
ms.date: 08/30/2023
77
ms.topic: reference
88
ms.devlang: dotnet
99
ms.service: webpubsub
1010
---
11-
# Azure Web PubSub service middleware client library for .NET - version 1.1.0
11+
# Azure Web PubSub service middleware client library for .NET - version 1.2.0
1212

1313

1414
[Azure Web PubSub Service](https://aka.ms/awps/doc) is a service that enables you to build real-time messaging web applications using WebSockets and the publish-subscribe pattern. Any platform supporting WebSocket APIs can connect to the service easily, e.g. web pages, mobile applications, edge devices, etc. The service manages the WebSocket connections for you and allows up to 100K **concurrent** connections. It provides powerful APIs for you to manage these clients and deliver real-time messages.
@@ -21,7 +21,7 @@ This library can be used to do the following actions. Details about the terms us
2121
- Add validation options for upstream request
2222
- API to add user defined functionality to handle different upstream events
2323

24-
[Source code](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebPubSub.AspNetCore_1.1.0/sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/src) |
24+
[Source code](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebPubSub.AspNetCore_1.2.0/sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/src) |
2525
[Package][package_ref] |
2626
[API reference documentation](https://aka.ms/awps/sdk/csharp) |
2727
[Product documentation](https://aka.ms/awps/doc) |
@@ -112,7 +112,7 @@ private sealed class SampleHub : WebPubSubHub
112112

113113
### Setting up console logging
114114

115-
You can also easily [enable console logging](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebPubSub.AspNetCore_1.1.0/sdk/core/Azure.Core/samples/Diagnostics.md#logging) if you want to dig deeper into the requests you're making against the service.
115+
You can also easily [enable console logging](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebPubSub.AspNetCore_1.2.0/sdk/core/Azure.Core/samples/Diagnostics.md#logging) if you want to dig deeper into the requests you're making against the service.
116116

117117
## Next steps
118118

@@ -134,5 +134,5 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
134134
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Ftemplate%2FAzure.Template%2FREADME.png)
135135

136136
[azure_sub]: https://azure.microsoft.com/free/dotnet/
137-
[sample_ref]: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebPubSub.AspNetCore_1.1.0/sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/tests/Samples/
137+
[sample_ref]: https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebPubSub.AspNetCore_1.2.0/sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore/tests/Samples/
138138
[package_ref]: https://www.nuget.org/packages/Microsoft.Azure.WebPubSub.AspNetCore/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Microsoft.Azure.WebPubSub.AspNetCore",
3-
"Version": "1.1.0",
3+
"Version": "1.2.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/webpubsub/Microsoft.Azure.WebPubSub.AspNetCore",
66
"ServiceDirectory": "webpubsub",
@@ -10,5 +10,5 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Microsoft.Azure.WebPubSub.AspNetCore",
13-
"ReleaseStatus": "2023-07-12"
13+
"ReleaseStatus": "2023-08-28"
1414
}

0 commit comments

Comments
 (0)