Skip to content

Commit

Permalink
Increment package version after release of Azure.Extensions.AspNetCor…
Browse files Browse the repository at this point in the history
…e.DataProtection.Keys (#14932)
  • Loading branch information
azure-sdk authored Sep 4, 2020
1 parent dcfea49 commit ba27f58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.1.0-beta.1 (Unreleased)


## 1.0.2 (2020-09-01)

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<Description>Microsoft Azure Key Vault key encryption support.</Description>
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
<Version>1.0.2</Version>
<ApiCompatVersion>1.0.1</ApiCompatVersion>
<Version>1.1.0-beta.1</Version>
<ApiCompatVersion>1.0.2</ApiCompatVersion>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
<NoWarn>$(NoWarn);AZC0102</NoWarn>
</PropertyGroup>
Expand Down

0 comments on commit ba27f58

Please sign in to comment.