Skip to content

Commit b5bf31b

Browse files
committed
EPPlus version 5.8.2
1 parent 0c1d48e commit b5bf31b

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

docs/articles/fixedissues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Features / Fixed issues - EPPlus 5
2+
## Version 5.8.2
3+
### Fixed issues
4+
* Range.Text returned the wrong value for format #.##0"*";(#.##0)"*" on negative values
5+
* LoadFromCollection re-ordered the columns when no order was specified and and the item had more than 16 columns.
6+
* Adding an Unchecked CheckBox Control Created Invalid XLSX File
7+
28
## Version 5.8.1
39
### Fixed issues & minor features
410
* Support for complex types in LoadFromCollection with attributes.

src/EPPlus/EPPlus.csproj

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net5.0;netstandard2.1;netstandard2.0;net45;net40;net35</TargetFrameworks>
5-
<AssemblyVersion>5.8.1.0</AssemblyVersion>
6-
<FileVersion>5.8.1.0</FileVersion>
7-
<Version>5.8.1</Version>
5+
<AssemblyVersion>5.8.2.0</AssemblyVersion>
6+
<FileVersion>5.8.2.0</FileVersion>
7+
<Version>5.8.2</Version>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
1010
<Authors>EPPlus Software AB</Authors>
@@ -18,16 +18,19 @@
1818
<PackageTags>Excel ooxml</PackageTags>
1919
<Copyright>EPPlus Software AB</Copyright>
2020
<PackageReleaseNotes>
21-
EPPlus 5.8.1
21+
EPPlus 5.8.2
2222
IMPORTANT NOTICE!
2323
From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
2424
EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
2525
Commercial licenses can be purchased from https://epplussoftware.com
2626
This applies to EPPlus version 5 and later. Previous versions are still licensed LGPL.
2727

28-
## Version 5.8.1
28+
## Version 5.8.2
2929
* Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
30-
30+
31+
## Version 5.8.1
32+
* Bug fixes.
33+
3134
## Version 5.8.0
3235
* ExcelWorksheetView.SplitPanes method added
3336
* ExcelRangeBase Fill method added
@@ -44,7 +47,7 @@
4447
* Bug fixes
4548

4649
## Version 5.7.5
47-
* Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
50+
* Bug fixes.
4851

4952
## Version 5.7.4
5053
* Bug fixes.
@@ -206,8 +209,9 @@
206209
A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html
207210

208211
Version history
209-
5.8.1 20211026 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
210-
5.8.0 20211021 Range.Fill methods, Range Rows and Column Collection, Range.Copy improvments and Worksheet Split Panes.
212+
5.8.2 20211029 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
213+
5.8.1 20211026 Minor bug fixes.
214+
5.8.0 20211021 Range.Fill methods, Range Rows and Column Collection, Range.Copy improvments and Worksheet Split Panes.
211215
5.7.5 20210921 Minor bug fixes.
212216
5.7.4 20210826 Minor bug fixes.
213217
5.7.3 20210810 Minor bug fixes.

0 commit comments

Comments
 (0)