Skip to content

Commit 8e6b16f

Browse files
authored
[Extensions] [ContainerRegistry] Prepare release for Extension packages and Container Registry (#48159)
* Prepare release for Azure.Extensions.AspNetCore.Configuration.Secrets * Prepare Azure.Extensions.AspNetCore.DataProtection.Blobs for release * Prepare Azure.Extensions.AspNetCore.DataProtection.Keys for release * Prepare Azure.Containers.ContainerRegistry for release
1 parent 6229ca6 commit 8e6b16f

File tree

8 files changed

+16
-32
lines changed

8 files changed

+16
-32
lines changed

sdk/containerregistry/Azure.Containers.ContainerRegistry/CHANGELOG.md

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

3-
## 1.2.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.2.0 (2025-02-11)
104

115
### Other Changes
126

7+
- Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.
8+
139
## 1.1.1 (2023-12-13)
1410

1511
### Bugs Fixed

sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Azure.Containers.ContainerRegistry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This client library enables working with the Microsoft Azure Container Registry service to store and manage container images and deployment artifacts.</Description>
44
<AssemblyTitle>Microsoft Azure.Containers.ContainerRegistry client library</AssemblyTitle>
5-
<Version>1.2.0-beta.2</Version>
5+
<Version>1.2.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.1.1</ApiCompatVersion>
88
<PackageTags>Azure Container Registry;$(PackageCommonTags)</PackageTags>

sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md

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

3-
## 1.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.4.0 (2025-02-11)
104

115
### Other Changes
126

7+
- Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.
8+
139
## 1.3.2 (2024-08-16)
1410

1511
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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-beta.1</Version>
7+
<Version>1.4.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>1.3.2</ApiCompatVersion>
1010
<NoWarn>$(NoWarn);AZC0102</NoWarn>

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

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

3-
## 1.5.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.5.0 (2025-02-11)
104

115
### Other Changes
126

7+
- Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.
8+
139
## 1.4.0 (2024-11-26)
1410

1511
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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-beta.1</Version>
7+
<Version>1.5.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>1.4.0</ApiCompatVersion>
1010
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

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

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

3-
## 1.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.4.0 (2025-02-11)
104

115
### Other Changes
126

7+
- Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.
8+
139
## 1.3.0 (2024-11-26)
1410

1511
### Other Changes

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.4.0-beta.1</Version>
6+
<Version>1.4.0</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>1.3.0</ApiCompatVersion>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)