From e99c1f75f53c0947b21bef4375fb42cf081e0799 Mon Sep 17 00:00:00 2001 From: dauinsight Date: Mon, 19 Aug 2024 15:50:12 -0700 Subject: [PATCH] Add PR #2789 --- CHANGELOG.md | 1 + release-notes/5.2/5.2.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c4c2099c..5c66432249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/release-notes/5.2/5.2.2.md b/release-notes/5.2/5.2.2.md index b938ea341b..2f2675f8bb 100644 --- a/release-notes/5.2/5.2.2.md +++ b/release-notes/5.2/5.2.2.md @@ -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