Skip to content

Commit b9dba4c

Browse files
committed
update release notes
bump version
1 parent 48686e7 commit b9dba4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
_0.1.3_
4+
- Add support for version 0x02 and 0x8C files.
5+
- Fix range checks when parsing dates.
6+
37
_0.1.2_
48
- Add overloads for async Create.
59
- Add RowNumber.

source/Sylvan.Data.XBase/Sylvan.Data.XBase.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
5-
<VersionPrefix>0.1.2</VersionPrefix>
5+
<VersionPrefix>0.1.3</VersionPrefix>
66
<Description>A .NET library for reading xBase (DBase, FoxPro, Clipper, etc) .dbf data files.</Description>
77
<PackageTags>dbf;xbase;dBase;FoxPro</PackageTags>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)