Skip to content

Commit 7c7e257

Browse files
authored
Increment version for extensions releases (Azure#48182)
* Increment package version after release of Azure.Extensions.AspNetCore.Configuration.Secrets * Increment package version after release of Azure.Extensions.AspNetCore.DataProtection.Blobs * Increment package version after release of Azure.Extensions.AspNetCore.DataProtection.Keys
1 parent 54f2023 commit 7c7e257

File tree

6 files changed

+36
-6
lines changed

6 files changed

+36
-6
lines changed

sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/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.5.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.4.0 (2025-02-11)
414

515
### Other Changes

sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<Description>Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.</Description>
55
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
66
<PackageTags>$(PackageTags);azure;keyvault</PackageTags>
7-
<Version>1.4.0</Version>
7+
<Version>1.5.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>1.3.2</ApiCompatVersion>
9+
<ApiCompatVersion>1.4.0</ApiCompatVersion>
1010
<NoWarn>$(NoWarn);AZC0102</NoWarn>
1111
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1212
</PropertyGroup>

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/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-02-11)
414

515
### Other Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
55
<Description>Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/aspnet/core/security/data-protection/implementation/key-storage-providers).</Description>
66
<PackageTags>aspnetcore;dataprotection;azure;blob;key store</PackageTags>
7-
<Version>1.5.0</Version>
7+
<Version>1.6.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>1.4.0</ApiCompatVersion>
9+
<ApiCompatVersion>1.5.0</ApiCompatVersion>
1010
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1111
<NoWarn>$(NoWarn);AZC0102</NoWarn>
1212
</PropertyGroup>

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.5.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.4.0 (2025-02-11)
414

515
### Other Changes

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

0 commit comments

Comments
 (0)