Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for .NET provider 7.0.0 #838

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

amerjusupovic
Copy link
Member

No description provided.

@@ -1,6 +1,24 @@
## Microsoft.Extensions.Configuration.AzureAppConfiguration
### [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.AzureAppConfiguration)

### 7.0.0 - November 21, 2023
### Breaking Changes
* Removed .NET Core 3.1 as a target framework as .NET Core 3.1 is out of support. Updated `Microsoft.Extensions` dependencies to version 6.0.0 and later. [#482](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/482)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropping netcoreapp3.1 is a breaking change for Microsoft.Azure.AppConfiguration.AspNetCore, not for this package.

What are those Microsoft.Extensions.* changes really for?

Copy link
Member Author

@amerjusupovic amerjusupovic Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the package versions don't really need to be mentioned. I can move this to the AspNetCore file and should I mention the inclusion of .netstandard2.1 as a target here instead?

```cs
public AzureAppConfigurationOptions ConfigureStartupOptions(Action<StartupOptions> configure)
```

### 7.0.0-preview.2 - August 24, 2023
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was released before 6.1.1. Can we change the order?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't sure if it's clear that 6.1.1 will not contain changes from 7.0.0-preview2, but if it is then should be ok.

@amerjusupovic amerjusupovic merged commit b2a43e1 into main Nov 29, 2023
1 check passed
@amerjusupovic amerjusupovic deleted the dotnet-provider-release-notes-7.0.0 branch November 29, 2023 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants