Skip to content

Commit b74462e

Browse files
authored
Releasing 1.0.0 for socketio serverless package (Azure#49389)
1 parent fd216c0 commit b74462e

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 1.0.0-beta.5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0 (2025-04-15)
104

115
### Other Changes
126

7+
- Library GA
8+
139
## 1.0.0-beta.4 (2024-09-30)
1410

1511
### Bugs Fixed

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This extension provides functionality for receiving Web PubSub for Socket.IO web
1515
Install the Web PubSub for Socket.IO extension with [NuGet][nuget]:
1616

1717
```dotnetcli
18-
dotnet add package Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO --prerelease
18+
dotnet add package Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO
1919
```
2020

2121
### Prerequisites

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO/src/Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageId>Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO</PackageId>
66
<PackageTags>Azure, WebPubSub</PackageTags>
77
<Description>Azure Functions extension for the WebPubSub for Socket.IO</Description>
8-
<Version>1.0.0-beta.5</Version>
8+
<Version>1.0.0</Version>
99
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056;CA2227</NoWarn>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)