Skip to content

Commit 4eb9d90

Browse files
authored
Increment version for webpubsub releases (Azure#45787)
* Increment package version after release of Microsoft.Azure.WebPubSub.Common * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.WebPubSub
1 parent 3d8acca commit 4eb9d90

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSub/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.9.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.8.0 (2024-09-04)
414
### Features Added
515
- Added MQTT client events support.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<PackageId>Microsoft.Azure.WebJobs.Extensions.WebPubSub</PackageId>
66
<PackageTags>Azure, WebPubSub</PackageTags>
77
<Description>Azure Functions extension for the WebPubSub service</Description>
8-
<Version>1.8.0</Version>
8+
<Version>1.9.0-beta.1</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
10-
<ApiCompatVersion>1.7.0</ApiCompatVersion>
10+
<ApiCompatVersion>1.8.0</ApiCompatVersion>
1111
<NoWarn>$(NoWarn);CS8632;CA1056;CA2227</NoWarn>
1212
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1313
</PropertyGroup>

sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/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.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.3.0 (2024-09-04)
414

515
### Features Added

sdk/webpubsub/Microsoft.Azure.WebPubSub.Common/src/Microsoft.Azure.WebPubSub.Common.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<PropertyGroup>
33
<Description>Azure SDK Common object library for the WebPubSub service</Description>
44
<AssemblyTitle>Azure SDK Common for WebPubSub</AssemblyTitle>
5-
<Version>1.3.0</Version>
5+
<Version>1.4.0-beta.1</Version>
6+
<ApiCompatVersion>1.3.0</ApiCompatVersion>
67
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
78
<PackageTags>Azure, WebPubSub</PackageTags>
89
<RequiredTargetFrameworks>netstandard2.0</RequiredTargetFrameworks>

0 commit comments

Comments
 (0)