Skip to content

Commit fac495c

Browse files
committed
EPPlus version 8.0.2
1 parent bd0d42b commit fac495c

File tree

4 files changed

+32
-11
lines changed

4 files changed

+32
-11
lines changed

appveyor8.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
version: 8.0.1.{build}
1+
version: 8.0.2.{build}
22
branches:
33
only:
44
- develop8
55
configuration: release
66
image: Visual Studio 2022
77
init:
88
- ps: >-
9-
Update-AppveyorBuild -Version "8.0.1.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
9+
Update-AppveyorBuild -Version "8.0.2.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1010
11-
Write-Host "8.0.1.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
11+
Write-Host "8.0.2.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1212
dotnet_csproj:
1313
patch: true
1414
file: '**\*.csproj'
1515
version: '{version}'
16-
assembly_version: 8.0.1.{build}
17-
file_version: 8.0.1.{build}
16+
assembly_version: 8.0.2.{build}
17+
file_version: 8.0.2.{build}
1818
nuget:
1919
project_feed: true
2020
before_build:

docs/articles/breakingchanges.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,6 @@ Renaming worksheet's will now change the formula correctly to include single quo
213213
`ExcelSparklineColor.Tint` from `decimal` to `double`.
214214
`ExcelColorXml.Tint` from `decimal` to `double`.
215215
`ExcelColor.Tint` from `decimal` to `double`.
216+
217+
### 8.0.2
218+
* Removed base class from ExcelVmlDrawingPosition and with that the Load, UpdateXml methods and the RowOff and ColOff properties as they were duplicates.

docs/articles/fixedissues.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Features / Fixed issues - EPPlus 8
2+
## Version 8.0.2
3+
* Copy shared formulas do not update addresses to the new worksheet position.
4+
* The CHOOSECOLS and CHOOSEROWS functions did not support ranges as row/col selection argument.
5+
* When reading a string with _xb36 from a cell, a string error was returned.
6+
* Pivot selection in the worksheet view was not removed when a pivot table was refreshed, sometime causing the pivot table to become corrupt.
7+
* The SUMIFS and COUNTIFS functions did not consider the criteria range when checking for circular references.
8+
* Removed base class from ExcelVmlDrawingPosition and with that the Load, UpdateXml, methods and the RowOff and ColOff as they were duplicates.
9+
* Copying a cell after deleting and adding a comment sometimes caused an exception.
10+
* The LET function did not handle multiple table style addresses as arguments.
11+
* Setting the Display attribute without setting the Order attribute in LoadFromCollection caused an Exception.
12+
* Setting TabColor to Color.Empty now removes the TabColor.
13+
* ExcelParagraph.Text threw an ArgumentOutOfRangeException if the text was empty.
14+
215
## Version 8.0.1
316
### Important information
417
EPPlus 8 will require a license key for commercial licenses.

src/EPPlus/EPPlus.csproj

Lines changed: 11 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;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
4-
<AssemblyVersion>8.0.1.0</AssemblyVersion>
5-
<FileVersion>8.0.1.0</FileVersion>
6-
<Version>8.0.1</Version>
4+
<AssemblyVersion>8.0.2.0</AssemblyVersion>
5+
<FileVersion>8.0.2.0</FileVersion>
6+
<Version>8.0.2</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
99
<Authors>EPPlus Software AB</Authors>
@@ -18,7 +18,7 @@
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
1919
<Copyright>EPPlus Software AB</Copyright>
2020
<PackageReleaseNotes>
21-
EPPlus 8.0.1
21+
EPPlus 8.0.2
2222

2323
IMPORTANT NOTICE!
2424
From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
@@ -34,6 +34,9 @@
3434
* Sensitivity Label API to integrate with MIP (Microsoft Information Protection SDK).
3535
* Bug fixes
3636

37+
## Version 7.7.1
38+
* Minor bug fixes.
39+
3740
## Version 7.7.0
3841
* Fixed referenced packages versioning.
3942
* Minor bug fixes.
@@ -483,7 +486,9 @@
483486
A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
484487

485488
Version history
486-
8.0.1 20250328 Digital Signatures, Ole objects, in-cell pictures. https://epplussoftware.com/en/Developers/EPPlus8
489+
8.0.2 20250415 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
490+
7.7.1 20250414 Minor bug fixes.
491+
8.0.1 20250328 Digital Signatures, Ole objects, in-cell pictures.
487492
8.0.0-rc 20250321 Digital Signatures, Ole objects, in-cell pictures.
488493
7.7.0 20250317 Fixed referenced packages versioning. Minor bug fixes.
489494
8.0.0-beta 20250214 Digital Signatures, Ole objects, in-cell pictures.
@@ -495,7 +500,7 @@
495500
7.5.0 20241115 Signed dll's and nuget package. Minor features and bug fixes.
496501
7.4.2 20241028 Minor features and bug fixes.
497502
7.4.1 20241011 Updated System.Text.Json
498-
7.4.0 20241002 Conditional Formatting's in Pivot tables. Linked image files in Pictures. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
503+
7.4.0 20241002 Conditional Formatting's in Pivot tables. Linked image files in Pictures.
499504
7.3.2 20240917 Minor features and bug fixes.
500505
7.3.1 20240905 Minor features and bug fixes.
501506
7.3.0 20240820 Precision as displayed support in formula calculation.

0 commit comments

Comments
 (0)