Skip to content

Commit 13fcbe0

Browse files
committed
EPPlus version 6.2.6
1 parent 399fd0c commit 13fcbe0

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed

appveyor.yml

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

docs/articles/fixedissues.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Features / Fixed issues - EPPlus 6
2+
## Version 6.2.6
3+
### Fixed issues
4+
* Updated System.Security.Cryptography.Pkcs for security vulnerability in .NET 6 and 7. See https://github.com/dotnet/runtime/issues/87498
5+
* An ArgumentOutOfRangeException was sometimes thrown when loading a workbook.
6+
27
## Version 6.2.5
3-
###Fixed issues
8+
### Fixed issues
49
* EPPlus now allows saving of drawing groups containing drawings with same name.
510
* Copying a formula containing a table reference caused an invalid formula.
611
* Deleting and inserting into worksheets with data validations sometimes blocked adding new data validations on valid ranges.

src/EPPlus/EPPlus.csproj

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
4-
<AssemblyVersion>6.2.5.0</AssemblyVersion>
5-
<FileVersion>6.2.5.0</FileVersion>
6-
<Version>6.2.5</Version>
4+
<AssemblyVersion>6.2.6.0</AssemblyVersion>
5+
<FileVersion>6.2.6.0</FileVersion>
6+
<Version>6.2.6</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
99
<Authors>EPPlus Software AB</Authors>
@@ -18,19 +18,23 @@
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
1919
<Copyright>EPPlus Software AB</Copyright>
2020
<PackageReleaseNotes>
21-
EPPlus 6.2.5
21+
EPPlus 6.2.6
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 6.2.6
30+
* Updated System.Security.Cryptography.Pkcs for security vulnerability in .NET 6 and 7. See https://github.com/dotnet/runtime/issues/87498
31+
* Bug fixes.
32+
2933
## Version 6.2.5
30-
* Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
34+
* Bug fixes.
3135

3236
## Version 6.2.4
33-
* Bug fixes.
37+
* Bug fixes.
3438

3539
## Version 6.2.3
3640
* Bug fixes.
@@ -307,8 +311,9 @@
307311
A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html
308312

309313
Version history
310-
6.2.5 20230614 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
311-
6.2.4 20230515 Minor bug fixes.
314+
6.2.6 20230615 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
315+
6.2.5 20230614 Minor bug fixes.
316+
6.2.4 20230515 Minor bug fixes.
312317
6.2.3 20230502 Minor bug fixes.
313318
6.2.2 20230417 Minor bug fixes.
314319
6.2.1 20230406 Minor bug fixes.
@@ -471,7 +476,7 @@
471476
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream">
472477
<Version>2.2.1</Version>
473478
</PackageReference>
474-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.1" />
479+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
475480
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
476481
</ItemGroup>
477482

@@ -480,7 +485,7 @@
480485
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream">
481486
<Version>2.2.1</Version>
482487
</PackageReference>
483-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.0" />
488+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
484489
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
485490
</ItemGroup>
486491

0 commit comments

Comments
 (0)