Skip to content

Commit 326261d

Browse files
committed
EPPlus version 7.5.1
1 parent d7e5c1d commit 326261d

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

appveyor7.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
version: 7.5.0.{build}
1+
version: 7.5.1.{build}
22
branches:
33
only:
44
- develop7
55
configuration: release
66
image: Visual Studio 2022
77
init:
88
- ps: >-
9-
Update-AppveyorBuild -Version "7.5.0.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
9+
Update-AppveyorBuild -Version "7.5.1.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1010
11-
Write-Host "7.5.0.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
11+
Write-Host "7.5.1.$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: 7.5.0.{build}
17-
file_version: 7.5.0.{build}
16+
assembly_version: 7.5.1.{build}
17+
file_version: 7.5.1.{build}
1818
nuget:
1919
project_feed: true
2020
before_build:

docs/articles/fixedissues.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Features / Fixed issues - EPPlus 7
22
## Version 7.5.1
3-
* Fix for inserting rows after array formulas when reffering to worksheets with '#' as part of the worksheet name.
3+
* Style set on column/row level did not save on cells with a value and styleId is 0.
4+
* Fix for inserting rows after array formulas when referring to worksheets with '#' as part of the worksheet name.
5+
* Pivottable Field.Names on a field with rich text now returns the text content instead of OfficeOpenXml.Style.ExcelRichTextCollection
6+
* Fixed .ToDataTable not reading rich text correctly in rare cases.
7+
* ExcelPicture.Image.SetImage(" can now correctly be set to a .svg even if the original ExcelPicture was not created with a .svg file. And vice versa for other file formats.
8+
* Fixed reference mismatches in some cases after removing and adding a picture multiple times. When referring to the same picture with multiple ExcelPicture's.
9+
* Files created in the /media zipped subfolder now have the correct name index for a given workbook. Even if other workbooks in the same session reference the same image/images.
10+
* Shared formulas failed to calculate if a worksheet was copied.
11+
* Formulas referencing a deleted worksheet was not calculated correctly.
412

513
## Version 7.5.0
614
### Fixed issues and minor features

src/EPPlus/EPPlus.csproj

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
4-
<AssemblyVersion>7.5.0.0</AssemblyVersion>
5-
<FileVersion>7.5.0.0</FileVersion>
6-
<Version>7.5.0</Version>
4+
<AssemblyVersion>7.5.1.0</AssemblyVersion>
5+
<FileVersion>7.5.1.0</FileVersion>
6+
<Version>7.5.1</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
99
<Authors>EPPlus Software AB</Authors>
@@ -18,21 +18,24 @@
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
1919
<Copyright>EPPlus Software AB</Copyright>
2020
<PackageReleaseNotes>
21-
EPPlus 7.5.0
21+
EPPlus 7.5.1
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.
28+
29+
## Version 7.5.1
30+
* Minor features and bug fixes. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
2831

2932
## Version 7.5.0
3033
* Added signatures to the EPPlus.dll's and the EPPlus Nuget package.
3134
* Added new properties RepeatItemLabels and InsertBlankRow to ExcelPivotTableField
32-
* Minor features and bug fixes. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
33-
35+
* Minor features and bug fixes.
36+
3437
## Version 7.4.2
35-
* Minor features and bug fixes.
38+
* Minor features and bug fixes.
3639

3740
## Version 7.4.1
3841
* Updated for vulnerability in System.Text.Json - Microsoft.Extensions.Configuration.Json 8.0.0 -> 8.0.1
@@ -68,7 +71,7 @@
6871
* Html export now supports all conditional formattings (Added support for Icon sets and Data bars in 7.2).
6972
* Copy of drawings.
7073
* Transpose functionality added to many Copy, Import and Export function.
71-
* Bug fixes - For more details see https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
74+
* Bug fixes
7275

7376
## Version 7.1.3
7477
* Bug fixes
@@ -436,7 +439,8 @@
436439
A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
437440

438441
Version history
439-
7.5.0 20241115 Minor features and bug fixes.
442+
7.5.1 20241121 Minor features and bug fixes.
443+
7.5.0 20241115 Signed dll's and nuget package. Minor features and bug fixes.
440444
7.4.2 20241028 Minor features and bug fixes.
441445
7.4.1 20241011 Updated System.Text.Json
442446
7.4.0 20241002 Conditional Formatting's in Pivot tables. Linked image files in Pictures. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues

0 commit comments

Comments
 (0)