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 Feb 10, 2024
1 parent f8f1073 commit 874015f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/Csv/Sylvan.Data.Csv.Releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Sylvan.Data.Csv Release Notes

_1.3.7_
- Adds `CsvDataWriterOptions.QuoteStrings` which now allows quoting empty, non-empty, or all strings. This is useful when string data might otherwise be interpreted as a number. This obsoletes QuoteEmptyString option.

_1.3.6_
- Adds `CsvStyle.Lax` which allows parsing CVS files with invalid fields. In this mode, the parser will not produce exceptions, but will
do a "best effort" to parse invalid fields.
Expand Down
2 changes: 1 addition & 1 deletion source/Sylvan.Data.Csv/Sylvan.Data.Csv.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>1.3.6</VersionPrefix>
<VersionPrefix>1.3.7</VersionPrefix>
<Description>A .NET library for reading and writing delimited CSV data.</Description>
<PackageTags>csv;delimited;data;datareader;datawriter;simd</PackageTags>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 874015f

Please sign in to comment.