Skip to content

Commit

Permalink
Bump version, update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPflug committed Jun 20, 2024
1 parent e6b6e0e commit a3af120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/Data/Sylvan.Data.Releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Sylvan.Data Release Notes

_0.2.15_
- Adds async support to a few DbDataReader implementations that were previously missing it. This lead to incorrect behavior when used asynchronously.

_0.2.14_
- DataValidationContext now exposes `RowNumber` and `IsValid(int ordinal)` to assist in custom validations.
- Calling DataValidationContext.SetValue will clear any error associated with that field.
Expand Down
2 changes: 1 addition & 1 deletion source/Sylvan.Data/Sylvan.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<VersionPrefix>0.2.14</VersionPrefix>
<VersionPrefix>0.2.15</VersionPrefix>
<Description>A .NET library of types for working with data objects.</Description>
<PackageTags>data;datareader;ADO.NET</PackageTags>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit a3af120

Please sign in to comment.