Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSher committed Feb 13, 2024
1 parent 10db9b6 commit 206e9a3
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.3.1 (2024-02-12)

### Bugs Fixed

### Other Changes
- Fix several issues related to ThreadPool starvation for synchronous scenarios

## 1.3.0 (2023-11-08)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.</Description>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageTags>$(PackageTags);azure;keyvault</PackageTags>
<Version>1.4.0-beta.1</Version>
<Version>1.3.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.0</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;AZC0102</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.3.3 (2024-02-12)

### Bugs Fixed

### Other Changes
- Fix several issues related to ThreadPool starvation for synchronous scenarios

## 1.3.2 (2023-03-11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<Description>Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/aspnet/core/security/data-protection/implementation/key-storage-providers).</Description>
<PackageTags>aspnetcore;dataprotection;azure;blob;key store</PackageTags>
<Version>1.4.0-beta.1</Version>
<Version>1.3.3</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.2</ApiCompatVersion>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.2.3 (2024-02-12)

### Bugs Fixed

### Other Changes
- Fix several issues related to ThreadPool starvation for synchronous scenarios

## 1.2.2 (2023-03-11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Microsoft Azure Key Vault key encryption support.</Description>
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
<Version>1.3.0-beta.1</Version>
<Version>1.2.3</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.2</ApiCompatVersion>
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
Expand Down
8 changes: 2 additions & 6 deletions sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.8.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.7.2 (2024-02-12)

### Bugs Fixed

### Other Changes
- Fix several issues related to ThreadPool starvation for synchronous scenarios

## 1.7.1 (2023-10-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<Description>Azure Client SDK integration with Microsoft.Extensions libraries</Description>
<AssemblyTitle>Azure Client SDK integration Microsoft.Extensions</AssemblyTitle>
<Version>1.8.0-beta.1</Version>
<Version>1.7.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.7.1</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline AspNetCore Extensions</PackageTags>
Expand Down

0 comments on commit 206e9a3

Please sign in to comment.