Skip to content

Commit 4d52302

Browse files
authored
Releasing 1.0.0 for socketio serverless package (Azure#53849)
* Revert to 1.0.0 as it's never released * fix a minor issue
1 parent 0be57d0 commit 4d52302

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

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

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

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
13-
- Updated `Microsoft.IdentityModel.Tokens` dependency to 8.14.0
14-
15-
## 1.0.0 (2025-04-15)
3+
## 1.0.0 (2025-11-15)
164

175
### Other Changes
186

197
- Library GA
8+
- Updated `System.IdentityModel.Tokens.Jwt` dependency to 8.14.0
9+
- Updated `Microsoft.IdentityModel.Tokens` dependency to 8.14.0
2010

2111
## 1.0.0-beta.4 (2024-09-30)
2212

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.1.0-beta.1</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)