Skip to content

Commit 96222a4

Browse files
authored
Increment package version after release of Azure.Extensions.AspNetCore.DataProtection.Keys (Azure#50152)
1 parent da77411 commit 96222a4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Release History
22

3-
### Acknowledgments
3+
## 1.7.0-beta.1 (Unreleased)
44

5-
Thank you to our developer community members who helped to make the Data Protection libraries better with their contributions to this release:
5+
### Features Added
6+
7+
### Breaking Changes
68

7-
- Alex Batishchev _([GitHub](https://github.com/abatishchev))_
9+
### Bugs Fixed
10+
11+
### Other Changes
812

913
## 1.6.0 (2025-05-19)
1014

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.6.0</Version>
6+
<Version>1.7.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>1.5.0</ApiCompatVersion>
8+
<ApiCompatVersion>1.6.0</ApiCompatVersion>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1010
<NoWarn>$(NoWarn);AZC0102</NoWarn>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)