Skip to content

Commit

Permalink
Increment version for core releases (Azure#17162)
Browse files Browse the repository at this point in the history
Increment package version after release of Azure.Core.Amqp
  • Loading branch information
azure-sdk authored and annelo-msft committed Feb 17, 2021
1 parent c05740b commit 92ddaad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sdk/core/Azure.Core.Amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.1.0-beta.1 (Unreleased)


## 1.0.0 (2020-11-23)
- General availability release of Azure.Core.Amqp.

Expand Down
3 changes: 2 additions & 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,8 @@
<PropertyGroup>
<Description>This library contains AMQP model types used by Azure libraries.</Description>
<AssemblyTitle>Microsoft Azure AMQP</AssemblyTitle>
<Version>1.0.0</Version>
<Version>1.1.0-beta.1</Version>
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<PackageTags>Microsoft Azure AMQP</PackageTags>
<Nullable>enable</Nullable>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit 92ddaad

Please sign in to comment.