Skip to content

Commit

Permalink
[Service Bus] April 2024 release prep (#43278)
Browse files Browse the repository at this point in the history
The focus of these changes is to prepare the Service
Bus client library for the upcoming April 2024 release.
  • Loading branch information
jsquire committed Apr 9, 2024
1 parent cc45f7e commit b63cfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 7.18.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 7.17.5 (2024-04-09)

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<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://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview</Description>
<Version>7.18.0-beta.1</Version>
<Version>7.17.5</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>7.17.4</ApiCompatVersion>
<PackageTags>Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags)</PackageTags>
Expand Down

0 comments on commit b63cfcb

Please sign in to comment.