Skip to content

Commit 487529f

Browse files
author
electricessence
committed
Updated release notes.
1 parent 0907d59 commit 487529f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Open.Database.Extensions.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
<Version>5.4.0</Version>
1515
<AssemblyVersion>5.4.0.0</AssemblyVersion>
1616
<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>
17+
<PackageReleaseNotes>Refactored code that was exclusive to SqlClient to be part of broarder Db classes and extensions.
18+
Provides 'async' functionality for all DbDataReader and DbCommand classes.</PackageReleaseNotes>
2019
</PropertyGroup>
2120

2221
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)