From 482d23bc066ec584ca5120f13e3f835670ea0a72 Mon Sep 17 00:00:00 2001 From: JanKallman Date: Tue, 30 Aug 2022 15:03:33 +0200 Subject: [PATCH] EPPlus version 6.0.7 --- appveyor.yml | 10 +++++----- docs/articles/fixedissues.md | 15 +++++++++++++++ src/EPPlus/EPPlus.csproj | 23 ++++++++++++++--------- 3 files changed, 34 insertions(+), 14 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 38d38f840..8bd9a4a83 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 6.0.6.{build} +version: 6.0.7.{build} branches: only: - develop @@ -7,16 +7,16 @@ image: Visual Studio 2022 platform: Any CPU init: - ps: >- - Update-AppveyorBuild -Version "6.0.6.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch" + Update-AppveyorBuild -Version "6.0.7.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch" - Write-Host "6.0.6.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch" + Write-Host "6.0.7.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch" dotnet_csproj: patch: true file: '**\*.csproj' version: '{version}' - assembly_version: 6.0.6.{build} - file_version: 6.0.6.{build} + assembly_version: 6.0.7.{build} + file_version: 6.0.7.{build} nuget: project_feed: true before_build: diff --git a/docs/articles/fixedissues.md b/docs/articles/fixedissues.md index 4a1854cdc..ce6b36049 100644 --- a/docs/articles/fixedissues.md +++ b/docs/articles/fixedissues.md @@ -1,5 +1,20 @@ # Features / Fixed issues - EPPlus 6 +## Version 6.0.7 +### Minor features +* New static method Configure on ExcelPackage to configure location of config files and error handling. See [This link...](https://github.com/EPPlusSoftware/EPPlus/wiki/Configuration) +### Fixed issues +* Copying comments sometimes did not change the name in the vml drawing causing OOXML validation to complain on duplicate drawings. +* The count attribute on 'xsf' node in Styles.xml was not correctly set. +* Setting drawing coordinates did not update the xml on save if ExcelPackage.DoAdjustDrawings was set to false. +* IF function now handle errors correctly. +* Added method ExcelRangeBase.SetErrorValue to set a cell to an error value. Added static methods ExcelErrorValue.Create and ExcelErrorValue.Parse. +* Referencing a worksheet to a cell address after a colon (for example 'sheet1'!a1:'sheet1'!A3) did not work correctly in the formula calculation. +* Added RichText and TextBody properties to ExcelControlWithText. +* Removing / Clearing or inserting into a table with a Calculated Column Formula sometimes caused a corrupt workbook or an Exception. +* Removing VBA signtures did not remove the newer types of signatures, Agile and V3. +* ExcelRangeBase.ToDataTable could not export a range with no column names and a single row. + ## Version 6.0.6 ### Fixed issues * Fixed an error in Positioning and sizing of form controls intruduced in 5.8.12. diff --git a/src/EPPlus/EPPlus.csproj b/src/EPPlus/EPPlus.csproj index 461467207..2de1e58a2 100644 --- a/src/EPPlus/EPPlus.csproj +++ b/src/EPPlus/EPPlus.csproj @@ -1,9 +1,9 @@  net6.0;net5.0;netstandard2.1;netstandard2.0;net462;net35 - 6.0.6.0 - 6.0.6.0 - 6.0.6 + 6.0.7.0 + 6.0.7.0 + 6.0.7 true https://epplussoftware.com EPPlus Software AB @@ -17,7 +17,7 @@ Excel ooxml EPPlus Software AB - EPPlus 6.0.6 + EPPlus 6.0.7 IMPORTANT NOTICE! From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license. @@ -25,9 +25,12 @@ Commercial licenses can be purchased from https://epplussoftware.com This applies to EPPlus version 5 and later. Earlier versions are still licensed LGPL. + ## Version 6.0.7 + * Minor feature and Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues + ## Version 6.0.6 - * Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues - + * Bug fixes. + ## Version 6.0.5 * Bug fixes. @@ -255,9 +258,11 @@ A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html Version history - 6.0.6 20220708 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues - 5.8.12 20220708 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues - 6.0.5 20220610 Minor bug fixes. + 6.0.7 20220830 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues + 5.8.13 20220830 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues + 6.0.6 20220708 Minor bug fixes. + 5.8.12 20220708 Minor bug fixes. + 6.0.5 20220610 Minor bug fixes. 5.8.11 20220610 Minor bug fixes. 6.0.4 20220512 Minor bug fixes. 5.8.10 20220512 Minor bug fixes.