2.1.3
- Fix
Use Compression = Truewhen running under .NET 6.0: #1120. - Fix calculation of affected rows (the return value of
ExecuteNonQuery) for compound statements: #1096. - Use a better
FormatExceptionmessage when a GUID can't be read: #1114. - Use cryptographic one-shot operations on .NET 5.0 and later.
- Performance: Use
SkipLocalsInitwhere possible.