Skip to content

Commit a9c8174

Browse files
authored
[Service Bus] June 2025 Release Prep (Azure#50527)
* [Service Bus] June 2025 Release Prep The focus of these changes is to prepare the `Azure.Messaging.ServiceBus` package for the June 2025 release.
1 parent aff021b commit a9c8174

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Release History
22

3-
## 7.20.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 7.20.1 (2025-06-12)
84

95
### Bugs Fixed
106

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. This client library allows for both sending and receiving messages using Azure Service Bus. For more information about Service Bus, see https://learn.microsoft.com/azure/service-bus-messaging/service-bus-messaging-overview</Description>
4-
<Version>7.20.0-beta.1</Version>
4+
<Version>7.20.1</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>7.19.0</ApiCompatVersion>
77
<PackageTags>Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)