We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0907d59 commit 487529fCopy full SHA for 487529f
Open.Database.Extensions.csproj
@@ -14,9 +14,8 @@
14
<Version>5.4.0</Version>
15
<AssemblyVersion>5.4.0.0</AssemblyVersion>
16
<FileVersion>5.4.0.0</FileVersion>
17
- <PackageReleaseNotes>- Improved expected behavior of .Retrieve vs .Results.
18
-.Retrieve will throw if a column is requested that doesn't not exist.
19
-.Results will only populate columns that match, and does not throw.</PackageReleaseNotes>
+ <PackageReleaseNotes>Refactored code that was exclusive to SqlClient to be part of broarder Db classes and extensions.
+Provides 'async' functionality for all DbDataReader and DbCommand classes.</PackageReleaseNotes>
20
</PropertyGroup>
21
22
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
0 commit comments