Skip to content

Commit 0c97ddf

Browse files
authored
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO (Azure#46163)
1 parent 86ced82 commit 0c97ddf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

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

3+
## 1.0.0-beta.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.3 (2024-09-24)
414

515
### Bugs Fixed

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.3</Version>
8+
<Version>1.0.0-beta.4</Version>
99
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056;CA2227</NoWarn>
1010
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1111
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)