Skip to content

Commit 2b941a2

Browse files
authored
Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (Azure#39419)
1 parent 07d61fd commit 2b941a2

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.14.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.13.3 (2023-10-20)
414

515
### Bugs Fixed

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,10 +3,10 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
55
<Description>Microsoft Azure WebJobs SDK ServiceBus Extension</Description>
6-
<Version>5.13.3</Version>
6+
<Version>5.14.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<!--Since we are adding a new target for net6.0, we need to temporarily condition on netstandard-->
9-
<ApiCompatVersion>5.13.2</ApiCompatVersion>
9+
<ApiCompatVersion>5.13.3</ApiCompatVersion>
1010
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636;AZC0007;AZC0015</NoWarn>
1111
<SignAssembly>true</SignAssembly>
1212
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)