Skip to content

Commit a135037

Browse files
authored
Increment package version after release of Azure.Messaging.ServiceBus (Azure#16612)
1 parent c3c91c9 commit a135037

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 7.0.0-preview.10 (Unreleased)
4+
5+
36
## 7.0.0-preview.9 (2020-11-04)
47

58
### Added

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<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://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview</Description>
4-
<Version>7.0.0-preview.9</Version>
4+
<Version>7.0.0-preview.10</Version>
55
<PackageTags>Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags)</PackageTags>
66
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
77
</PropertyGroup>

0 commit comments

Comments
 (0)