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.Configuration.Secrets (#39852)
  • Loading branch information
azure-sdk authored Nov 13, 2023
1 parent a0fe6ba commit 2818ef1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0 (2023-11-08)

### Acknowledgments
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Description>Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.</Description>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageTags>$(PackageTags);azure;keyvault</PackageTags>
<Version>1.3.0</Version>
<Version>1.4.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.2</ApiCompatVersion>
<ApiCompatVersion>1.3.0</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;AZC0102</NoWarn>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
</PropertyGroup>
Expand Down

0 comments on commit 2818ef1

Please sign in to comment.