Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
add release notes
  • Loading branch information
MarkPflug committed Aug 14, 2024
1 parent c5953ad commit b7fbbef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Sylvan.Data.Excel Release Notes

_0.4.25_
- Fix some issues with reading Excel 95 .xls files.

_0.4.24_
- Fix for reading certain .xls files.
- Handle writing NaN and infinity values.
Expand Down
3 changes: 2 additions & 1 deletion source/Sylvan.Data.Excel/Sylvan.Data.Excel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<VersionPrefix>0.4.24</VersionPrefix>
<VersionPrefix>0.4.25</VersionPrefix>
<VersionSuffix>b0001</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 b7fbbef

Please sign in to comment.