Skip to content

Commit 53e9a06

Browse files
authored
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (Azure#50756)
1 parent 307d953 commit 53e9a06

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/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+
## 5.18.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.17.0 (2025-06-20)
414

515
### Other Changes

sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
55
<Description>Microsoft Azure WebJobs SDK ServiceBus Extension</Description>
6-
<Version>5.17.0</Version>
6+
<Version>5.18.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>5.16.6</ApiCompatVersion>
8+
<ApiCompatVersion>5.17.0</ApiCompatVersion>
99
<NoWarn>$(NoWarn);CS1591;SA1636;AZC0007;AZC0015</NoWarn>
1010
<SignAssembly>true</SignAssembly>
1111
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)