Skip to content

Commit

Permalink
Add PR dotnet#2789
Browse files Browse the repository at this point in the history
  • Loading branch information
dauinsight committed Aug 19, 2024
1 parent 29d8b00 commit e99c1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

- Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2650](https://github.com/dotnet/SqlClient/pull/2650)
- Fixed issue with `Socket.Connect` in managed SNI. [#2779](https://github.com/dotnet/SqlClient/pull/2779)
- Fixed path for `AssemblyAttributes` in obj folder causing NET 8.0 assembly to appear in in NET 6.0 dll. [#2789](https://github.com/dotnet/SqlClient/pull/2789)

## [Stable release 5.2.1] - 2024-05-31

Expand Down
1 change: 1 addition & 0 deletions release-notes/5.2/5.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This update brings the below changes over the previous release:

- Fixed `AcquireTokenAsync` timeout handling for edge cases in `ActiveDirectoryAuthenticationProvider`. [#2650](https://github.com/dotnet/SqlClient/pull/2650)
- Fixed issue with `Socket.Connect` in managed SNI. [#2779](https://github.com/dotnet/SqlClient/pull/2779)
- Fixed path for `AssemblyAttributes` in obj folder causing NET 8.0 assembly to appear in in NET 6.0 dll. [#2789](https://github.com/dotnet/SqlClient/pull/2789)

## Target Platform Support

Expand Down

0 comments on commit e99c1f7

Please sign in to comment.