Skip to content

Releases: tmenier/AsyncPoco

2.0.2

15 Jul 16:14
7311f4c
Compare
Choose a tag to compare
  • #59 Added ConfigureAwait(false) to all awaited calls, per library best practices.

2.0.1

13 Jul 15:09
14caa45
Compare
Choose a tag to compare

Resolves #49

2.0

27 Mar 01:59
a019452
Compare
Choose a tag to compare
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.1

16 Mar 15:16
Compare
Choose a tag to compare
  • Oracle param fix (#39)

1.2.0

14 Aug 18:39
Compare
Choose a tag to compare
  • 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)