Skip to content

Commit

Permalink
[Azure.Core.Ampq] July Release Preparation (#22344)
Browse files Browse the repository at this point in the history
* [Azure.Core.Ampq] July Release Preparation

The focus of these changes is to prepare the `Azure.Core.Amqp`
library for the July release.

* Update sdk/core/Azure.Core.Amqp/CHANGELOG.md

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
  • Loading branch information
jsquire and JoshLove-msft authored Jul 1, 2021
1 parent 199f0a4 commit 24657e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core.Amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2021-07-06)

### Added
- All section properties of the `AmqpAnnotatedMessage` are now lazily allocated to reflect that they are defined as optional in the AMQP specification, section 3.2.
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This library contains AMQP model types used by Azure libraries.</Description>
<AssemblyTitle>Microsoft Azure AMQP</AssemblyTitle>
<Version>1.2.0-beta.1</Version>
<Version>1.2.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageTags>Microsoft Azure AMQP</PackageTags>
Expand Down

0 comments on commit 24657e0

Please sign in to comment.