Skip to content

Commit 3166332

Browse files
authored
[Protection.Keys] Release Prep (Azure#50150)
* [Protection.Keys] Release Prep Preparing the Azure.Extensions.AspNetCore.DataProtection.Keys package for an out of band release.
1 parent 6214182 commit 3166332

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# Release History
22

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

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

7-
### Breaking Changes
7+
- Alex Batishchev _([GitHub](https://github.com/abatishchev))_
88

9-
### Bugs Fixed
9+
## 1.6.0 (2025-05-19)
1010

11-
### Other Changes
11+
### Features Added
12+
13+
- Overloads were added to accept a `Uri`-typed key identifier to all protection methods. _(A community contribution, courtesy of [MattKotsenas](https://github.com/abatishchev))_
1214

1315
## 1.5.0 (2025-05-06)
1416

1517
### Acknowledgments
1618

17-
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
19+
Thank you to our developer community members who helped to make the Data Protection libraries better with their contributions to this release:
1820

1921
- Matt Kotsenas _([GitHub](https://github.com/MattKotsenas))_
2022

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Microsoft Azure Key Vault key encryption support.</Description>
55
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
6-
<Version>1.6.0-beta.1</Version>
6+
<Version>1.6.0</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>1.5.0</ApiCompatVersion>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)