Skip to content

Commit 3f12ae6

Browse files
authored
Increment version for servicebus releases (Azure#25184)
Increment package version after release of Microsoft.Azure.ServiceBus
1 parent bbc981f commit 3f12ae6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

sdk/servicebus/Microsoft.Azure.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.3.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.2.0 (2021-11-05)
414
- Adding MessageState property to SystemProperties [PR 25158](https://github.com/Azure/azure-sdk-for-net/pull/25158)
515
- Allow receiving empty string session id sessions [PR 24570](https://github.com/Azure/azure-sdk-for-net/pull/24570)

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<PropertyGroup>
33
<AssemblyTitle>Azure ServiceBus SDK</AssemblyTitle>
44
<Description>Please note, a newer package Azure.Messaging.ServiceBus is available as of November 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/sb for more details.</Description>
5-
<Version>5.2.0</Version>
6-
<ApiCompatVersion>5.1.2</ApiCompatVersion>
5+
<Version>5.3.0-beta.1</Version>
6+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7+
<ApiCompatVersion>5.2.0</ApiCompatVersion>
78
<PackageTags>Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic</PackageTags>
89
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
910
<NoWarn>$(NoWarn);CS1591;CS1573;NU5125</NoWarn>

0 commit comments

Comments
 (0)