Releases: tmenier/AsyncPoco
Releases · tmenier/AsyncPoco
2.0.2
- #59 Added
ConfigureAwait(false)
to all await
ed calls, per library best practices.
2.0
- Cross-platform support via targeting .NET Standard 1.3 and 2.0 (#43)
- Removing T4 templates and "drop-in" file (#42)
For help transitioning from 1.x, see the upgrade guide.
1.2.0
- Extracted
IDatabase
for better testability (#29, thx jholovacs)
- Allow specifying case sensitivity on column names (#29, thx jholovacs)
- Bug with ExecuteScalarAsync + nullable (#26)
- Null check needed with Oracle adapter (#22)