Skip to content

Commit 0614043

Browse files
authored
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO (#53853)
1 parent 5f98733 commit 0614043

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2025-11-15)
414

515
### Other Changes

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
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</Version>
8+
<Version>1.1.0-beta.1</Version>
9+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
10+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
911
<NoWarn>$(NoWarn);AZC0001;CS8632;CA1056;CA2227</NoWarn>
1012
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1113
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)