|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFrameworks>net5.0;netstandard2.1;netstandard2.0;net45;net40;net35</TargetFrameworks>
|
5 |
| - <AssemblyVersion>5.8.0.0</AssemblyVersion> |
6 |
| - <FileVersion>5.8.0.0</FileVersion> |
7 |
| - <Version>5.8.0</Version> |
| 5 | + <AssemblyVersion>5.8.1.0</AssemblyVersion> |
| 6 | + <FileVersion>5.8.1.0</FileVersion> |
| 7 | + <Version>5.8.1</Version> |
8 | 8 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
9 | 9 | <PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
|
10 | 10 | <Authors>EPPlus Software AB</Authors>
|
|
18 | 18 | <PackageTags>Excel ooxml</PackageTags>
|
19 | 19 | <Copyright>EPPlus Software AB</Copyright>
|
20 | 20 | <PackageReleaseNotes>
|
21 |
| - EPPlus 5.8.0 |
| 21 | + EPPlus 5.8.1 |
22 | 22 | IMPORTANT NOTICE!
|
23 | 23 | From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
|
24 | 24 | EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
|
25 | 25 | Commercial licenses can be purchased from https://epplussoftware.com
|
26 | 26 | This applies to EPPlus version 5 and later. Previous versions are still licensed LGPL.
|
27 | 27 |
|
| 28 | + ## Version 5.8.1 |
| 29 | + * Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 30 | + |
28 | 31 | ## Version 5.8.0
|
29 | 32 | * ExcelWorksheetView.SplitPanes method added
|
30 | 33 | * ExcelRangeBase Fill method added
|
|
37 | 40 | * ExcelRangeBase.EntireRow
|
38 | 41 | * ExcelRangeBase.EntireColum
|
39 | 42 | * Support for formatting and deleting individual Chart Legend Entries.
|
40 |
| - * Range.Copy improvments. |
41 |
| - * Bug fixes |
42 |
| - |
| 43 | + * Range.Copy improvments. |
| 44 | + * Bug fixes |
| 45 | + |
43 | 46 | ## Version 5.7.5
|
44 | 47 | * Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
|
45 | 48 |
|
|
189 | 192 | * Insert/Delete in ranges and tables.
|
190 | 193 |
|
191 | 194 | Breaking Changes
|
192 |
| - * LoadFromCollection changes the data type of parameter 'TableStyle' from 'TableStyles' to 'TableStyles?'. The default value, if omitted, changes from 'TableStyles.None' to null. 'TableStyles.None', if supplied will create a table with style None. |
| 195 | + * LoadFromCollection changes the data type of parameter 'TableStyle' from 'TableStyles' to 'TableStyles?'. The default value, if omitted, changes from 'TableStyles.None' to null. 'TableStyles.None', if supplied will create a table with style None. |
193 | 196 | * The default behavior for the Worksheet collection base in .NET Framework has changed from 1 to 0. This is the same default behavior as in .NET core today.
|
194 | 197 | * Pictures have changed the behavior as the oneCellAnchor tag is used instead of the twoCellAnchor tag with the editAs="oneCell".
|
195 | 198 | * Pivot tables will always refresh on load.
|
|
203 | 206 | A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html
|
204 | 207 |
|
205 | 208 | Version history
|
206 |
| - 5.8.0 20211021 Range.Fill methods, Range Rows and Column Collection, Range.Copy improvments and Worsheet SplitPanes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 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. |
207 | 211 | 5.7.5 20210921 Minor bug fixes.
|
208 | 212 | 5.7.4 20210826 Minor bug fixes.
|
209 | 213 | 5.7.3 20210810 Minor bug fixes.
|
|
0 commit comments