Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPflug committed Sep 26, 2023
1 parent b92e573 commit 46cc30a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _0.4.17_
- Exclude phonetic component when reading string values.
- Allow invalid ref values, which Excel appears to treat as missing.
- SharedString tables are read lazily instead of eagerly for .xlsx and .xlsb files, allowing
faster access to early records (in some cases).
faster access to early records in some cases.

_0.4.16_
- Adds ExcelFileType class that exposes constants about supported Excel formats: extensions and content types.
Expand Down
1 change: 0 additions & 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,6 @@
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<VersionPrefix>0.4.17</VersionPrefix>
<VersionSuffix>b0004</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 46cc30a

Please sign in to comment.