From c44e23bd1ed6a9863d11ee36a4d4240c2a4c49c9 Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Thu, 12 Feb 2026 11:30:52 +0800 Subject: [PATCH 1/2] dotnet provider release notes 8.5.0 --- releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md | 3 +++ releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md | 3 +++ .../MicrosoftExtensionsConfigurationAzureAppConfiguration.md | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md index 515ebbd5..c863f1f7 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md @@ -1,6 +1,9 @@ # Microsoft.Azure.AppConfiguration.AspNetCore [Source code][source_code] | [Package (NuGet)][package] +## 8.5.0 - February 12th, 2026 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 8.5.0-preview - November 14th, 2025 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. diff --git a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md index 5d271b26..7b183022 100644 --- a/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md +++ b/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md @@ -1,6 +1,9 @@ # Microsoft.Azure.AppConfiguration.Functions.Worker [Source code][source_code] | [Package (NuGet)][package] +## 8.5.0 - February 12th, 2026 +* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. + ## 8.5.0-preview - November 14th, 2025 * Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.5.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes. diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index eef20d95..2fff541d 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -1,6 +1,10 @@ # Microsoft.Extensions.Configuration.AzureAppConfiguration [Source code][source_code] | [Package (NuGet)][package] +## 8.5.0 - February 12th, 2026 +### Enhancements +* Upgraded the package reference for `Azure.Data.AppConfiguration` to `1.8.0`. [#721](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/721) + ## 8.5.0-preview - November 14th, 2025 ### Enhancements * Added a new method `ConnectAzureFrontDoor` to `AzureAppConfigurationOptions`, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client-side applications (like mobile/desktop apps) to securely load configuration from App Configuration service, while leveraging all the benefits of CDN. [#706](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/706) From a2f4df61c63fe9be963396eb5f94973a4d693084 Mon Sep 17 00:00:00 2001 From: "Lingling Ye (from Dev Box)" Date: Sat, 14 Feb 2026 09:31:14 +0800 Subject: [PATCH 2/2] update --- .../MicrosoftExtensionsConfigurationAzureAppConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md index 2fff541d..368cb05b 100644 --- a/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md +++ b/releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md @@ -3,7 +3,7 @@ ## 8.5.0 - February 12th, 2026 ### Enhancements -* Upgraded the package reference for `Azure.Data.AppConfiguration` to `1.8.0`. [#721](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/721) +* Upgraded the package reference for `Azure.Data.AppConfiguration` to `1.8.0`to take advantage of enhanced errors when Entra ID audience is misconfigured. [#721](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/721) ## 8.5.0-preview - November 14th, 2025 ### Enhancements