Skip to content

Commit

Permalink
Add release notes and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPflug committed Nov 16, 2023
1 parent b52bd8b commit 017dfd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/Data/Sylvan.Data.Releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Sylvan.Data Release Notes

_0.2.13_
- Data binder now throws an exception is *no* properties get bound in `BindMode.Any`, now at least one must get bound.
- Data binder now honors `DataMeberAttribute.IsRequired` property. If unbound, binder creation will throw an `UnboundMemberException` exception.

_0.2.12_
- `GetRecords<T>` and `GetRecordsAsync<T>` methods now accept optional `DataBinderOptions` parameter to configure binding behavior.
- DataBinder better handles some scenarios with enum types.
Expand Down
3 changes: 2 additions & 1 deletion source/Sylvan.Data/Sylvan.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<VersionPrefix>0.2.12</VersionPrefix>
<VersionPrefix>0.2.13</VersionPrefix>
<VersionSuffix>b0001</VersionSuffix>
<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 017dfd8

Please sign in to comment.