Skip to content

Commit 86fa69a

Browse files
authored
Increment package version after release of Azure.Extensions.AspNetCore.DataProtection.Keys (Azure#49890)
1 parent 3bc7b42 commit 86fa69a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.6.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.5.0 (2025-05-06)
414

515
### Acknowledgments

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src/Azure.Extensions.AspNetCore.DataProtection.Keys.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Description>Microsoft Azure Key Vault key encryption support.</Description>
55
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
6-
<Version>1.5.0</Version>
6+
<Version>1.6.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>1.4.0</ApiCompatVersion>
8+
<ApiCompatVersion>1.5.0</ApiCompatVersion>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1010
<NoWarn>$(NoWarn);AZC0102</NoWarn>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)