Skip to content

Commit 60a6c15

Browse files
.NET provider release notes for 8.1.1 stable release (#1018)
* add release notes for 8.1.1 * update 8.1.0 date to actual release date on nuget
1 parent 8d61eb0 commit 60a6c15

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Microsoft.Azure.AppConfiguration.AspNetCore
22
[Source code][source_code] | [Package (NuGet)][package]
33

4-
## 8.1.0 - February 13th, 2025
4+
## 8.1.1 - February 26th, 2025
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.1`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
7+
## 8.1.0 - February 24th, 2025
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

710
## 8.1.0-preview - October 24th, 2024

releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Microsoft.Azure.AppConfiguration.Functions.Worker
22
[Source code][source_code] | [Package (NuGet)][package]
33

4-
## 8.1.0 - February 13th, 2025
4+
## 8.1.1 - February 26th, 2025
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.1`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
7+
## 8.1.0 - February 24th, 2025
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

710
## 8.1.0-preview - October 24th, 2024

releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Microsoft.Extensions.Configuration.AzureAppConfiguration
22
[Source code][source_code] | [Package (NuGet)][package]
33

4-
## 8.1.0 - February 13th, 2025
4+
## 8.1.1 - February 26th, 2025
5+
### Bug Fixes
6+
* Fixed a bug introduced in the 8.1.0 release where calls to `FeatureFlagOptions.Select` were ignored if they were followed by a call to either `AzureAppConfigurationOptions.Select` or `AzureAppConfigurationOptions.SelectSnapshot`. [#628](https://github.com/Azure/AppConfiguration-DotnetProvider/issues/628)
7+
8+
## 8.1.0 - February 24th, 2025
59
### Enhancements
610
* Added the ability to monitor all selected key-values for refresh with the following new API. [#536](https://github.com/Azure/AppConfiguration-DotnetProvider/issues/536)
711

0 commit comments

Comments
 (0)