Skip to content

Commit 501bb80

Browse files
committed
EPPlus version 8.5.4
1 parent 1707dff commit 501bb80

3 files changed

Lines changed: 24 additions & 11 deletions

File tree

appveyor8.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 8.5.2.{build}
1+
version: 8.5.4.{build}
22
branches:
33
only:
44
- develop8
@@ -10,15 +10,15 @@ install:
1010
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '10.0.100' -InstallDir "$env:ProgramFiles\dotnet"
1111
init:
1212
- ps: >-
13-
Update-AppveyorBuild -Version "8.5.2.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
13+
Update-AppveyorBuild -Version "8.5.4.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1414
15-
Write-Host "8.5.2.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
15+
Write-Host "8.5.4.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1616
dotnet_csproj:
1717
patch: true
1818
file: '**\*.csproj'
1919
version: '{version}'
20-
assembly_version: 8.5.2.{build}
21-
file_version: 8.5.2.{build}
20+
assembly_version: 8.5.4.{build}
21+
file_version: 8.5.4.{build}
2222
nuget:
2323
project_feed: true
2424
before_build:

docs/articles/fixedissues.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Features / Fixed issues - EPPlus 8
2+
## Version 8.5.4
3+
### Minor Features
4+
* Added ´IncludeInHtmlOnly´ option to the ´ePictureInclude´ enum. This allows the HTML Exporter to include pictures directly in the HTML output rather than in the CSS.
5+
### Fixed issues
6+
* When recalculating spilling dynamic array formulas EPPlus did not always follow new dependent addresses.
7+
* The SUMIFS/COUNTIFS/AVERAGEIFS functions now evaluate date string literal criteria correctly.
8+
* Workbooks containing extended charts or unsupported drawing types (like diagrams), included in group shapes, failed to load.
9+
* Upgraded several referenced packages.
10+
211
## Version 8.5.3
312
* Downgraded references incorrectly update to 9.x to 8.x in version 8.5.2.
413

src/EPPlus/EPPlus.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net9.0;net10.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
4-
<AssemblyVersion>8.5.3.0</AssemblyVersion>
5-
<FileVersion>8.5.3.0</FileVersion>
6-
<Version>8.5.3</Version>
4+
<AssemblyVersion>8.5.4.0</AssemblyVersion>
5+
<FileVersion>8.5.4.0</FileVersion>
6+
<Version>8.5.4</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
99
<Authors>EPPlus Software AB</Authors>
@@ -18,20 +18,23 @@
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
1919
<Copyright>EPPlus Software AB</Copyright>
2020
<PackageReleaseNotes>
21-
EPPlus 8.5.3
21+
EPPlus 8.5.4
2222

2323
IMPORTANT NOTICE!
2424
From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
2525
EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
2626
Commercial licenses can be purchased from https://epplussoftware.com
2727
This applies to EPPlus version 5 and later. Earlier versions are still licensed LGPL.
2828

29+
## Version 8.5.4
30+
* Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
31+
2932
## Version 8.5.3
3033
* Downgraded .NET 8 references incorrectly update to 9.x to 8.x.
3134

3235
## Version 8.5.2
3336
* Updated System.Security.Cryptography.XML to address a vulnerability.
34-
* Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
37+
* Minor bug fixes.
3538

3639
## Version 8.5.1
3740
* Minor bug fixes.
@@ -566,8 +569,9 @@
566569
A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
567570

568571
Version history
572+
8.5.4 20260430 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
569573
8.5.3 20260416 Updated .NET 8 references incorrectly update to 9.x to 8.x.
570-
8.5.2 20260416 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
574+
8.5.2 20260416 Minor bug fixes.
571575
8.5.1 20260330 Minor bug fixes.
572576
8.5.0 20260306 Minor features and bug fixes.
573577
8.4.2 20260204 Minor bug fixes.

0 commit comments

Comments
 (0)