Skip to content

Commit

Permalink
Increment version for extensions releases (Azure#15662)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Oct 2, 2020
1 parent e00bb0a commit 6166b01
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.1 (2020-10-06)

- Number of parallel secret retrievals is limited to `32`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Description>Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.</Description>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageTags>$(PackageTags);azure;keyvault</PackageTags>
<Version>1.0.1</Version>
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<Version>1.1.0-beta.1</Version>
<ApiCompatVersion>1.0.1</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;AZC0102</NoWarn>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>
Expand Down

0 comments on commit 6166b01

Please sign in to comment.