Skip to content

Commit aab8044

Browse files
Update README.md
1 parent a656d71 commit aab8044

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Extensions are provided to create commands from connection factories.
1717

1818
## 8.0 Release Notes
1919

20-
- All `.ConfigureAwait(false)` are now `.ConfigureAwait(false)` as they should be.
21-
The caller will need to `.ConfigureAwait(false)` if they need to resume on the calling context.
20+
- All `.ConfigureAwait(true)` are now `.ConfigureAwait(false)` as they should be. The caller will need to `.ConfigureAwait(true)` if they need to resume on the calling context.
2221
- Added `Open.Database.Extensions.MSSqlClient` for `Microsoft.Data.SqlClient` support.
2322
- .NET 8.0 added to targets to ensure potential compliation and performance improvements are available.
2423
- Improved nullable integrity.

0 commit comments

Comments
 (0)