Skip to content

Commit 9a79c41

Browse files
authored
Increment version for extensions releases (Azure#34904)
Increment package version after release of Azure.Extensions.AspNetCore.DataProtection.Keys
1 parent 6d87544 commit 9a79c41

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

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.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.3.2 (2023-03-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.3.2</Version>
7+
<Version>1.4.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>1.3.1</ApiCompatVersion>
9+
<ApiCompatVersion>1.3.2</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.3.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.2.2 (2023-03-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.2.2</Version>
6+
<Version>1.3.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>1.2.1</ApiCompatVersion>
8+
<ApiCompatVersion>1.2.2</ApiCompatVersion>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1010
<NoWarn>$(NoWarn);AZC0102</NoWarn>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)