Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPflug committed Sep 12, 2023
1 parent 03bb6bf commit b4f05e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

_0.4.17_
- Exclude phonetic component when reading string values.
- Allow invalid ref values, which Excel appears to treat as missing.

_0.4.16_
- Adds ExcelFileType class that exposes constants about supported Excel formats: extensions and content types.
Expand Down
2 changes: 1 addition & 1 deletion source/Sylvan.Data.Excel/Sylvan.Data.Excel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<VersionPrefix>0.4.17</VersionPrefix>
<VersionSuffix>b0001</VersionSuffix>
<VersionSuffix>b0002</VersionSuffix>
<Description>A cross-platform .NET library for reading Excel data files.</Description>
<PackageTags>excel;xls;xlsx;xlsb;datareader</PackageTags>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit b4f05e7

Please sign in to comment.