diff --git a/docs/articles/fixedissues.md b/docs/articles/fixedissues.md index 60ae192cd..1e250cb66 100644 --- a/docs/articles/fixedissues.md +++ b/docs/articles/fixedissues.md @@ -1,13 +1,15 @@ # Features / Fixed issues - EPPlus 6 -## Version 7.0.0-Preview 2 +## Version 7.0.0-Beta 1 * Calculation engine update to to support array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview * Support for calculating legacy / dynamic array formulas. * Support for intersect operator. * Support for implicit intersection. * Support for array parameters in functions. * Better support for using the colon operator with functions. - * 65 new functions + * Better handling of circular references + * 90 new functions + * Faster optimized calculation engine with configurable expression caching. * Breaking changes: Updated calculation engine, See [Breaking Changes in EPPlus 7](https://github.com/EPPlusSoftware/EPPlus/wiki/Breaking-Changes-in-EPPlus-7) for more information ## Version 6.2.4 diff --git a/src/EPPlus/EPPlus.csproj b/src/EPPlus/EPPlus.csproj index 0cb200343..c9c404bb3 100644 --- a/src/EPPlus/EPPlus.csproj +++ b/src/EPPlus/EPPlus.csproj @@ -1,9 +1,9 @@  net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35 - 7.0.0.0 - 7.0.0.0 - 7.0.0-preview2 + 7.0.0.1 + 7.0.0.1 + 7.0.0-Beta1 true https://epplussoftware.com EPPlus Software AB @@ -18,7 +18,7 @@ readme.md EPPlus Software AB - EPPlus 7.0.0-Preview 2 + EPPlus 7.0.0-Beta 1 IMPORTANT NOTICE! From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license. @@ -26,16 +26,27 @@ Commercial licenses can be purchased from https://epplussoftware.com This applies to EPPlus version 5 and later. Earlier versions are still licensed LGPL. - ## Version 7.0.0-Preview 2 + ## Version 7.0.0-Beta 1 * Calculation engine update to support array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview * Support for calculating legacy / dynamic array formulas. * Support for intersect operator. - * Support for Implicit intersection. + * Support for implicit intersection. * Support for array parameters in functions. * Better support for using the colon operator with functions. - * 65 new functions + * Better handling of circular references + * 90 new functions + * Faster optimized calculation engine with configurable expression caching. * Breaking changes: Updated calculation engine, See [Breaking Changes in EPPlus 7](https://github.com/EPPlusSoftware/EPPlus/wiki/Breaking-Changes-in-EPPlus-7) for more information + ## Version 6.2.9 + * Bug fixes. + + ## Version 6.2.8 + * Bug fixes. + + ## Version 6.2.7 + * Bug fixes. + ## Version 6.2.6 * Updated System.Security.Cryptography.Pkcs for security vulnerability in .NET 6 and 7. See https://github.com/dotnet/runtime/issues/87498 * Bug fixes. @@ -318,11 +329,15 @@ A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html Version history - 7.0.0-preview 2 20230719 Calculation engine update for array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview - 6.2.6 20230615 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues + 7.0.0-beta 1 20230912 Calculation engine update for array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview + 6.2.9 20230908 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues + 6.2.8 20230815 Minor bug fixes. + 6.2.7 20230719 Minor bug fixes. + 7.0.0-preview 2 20230719 Calculation engine update for array formulas. + 6.2.6 20230615 Minor bug fixes. 6.2.5 20230614 Minor bug fixes. - 7.0.0-preview 1 20230519 Calculation engine update for array formulas. - 6.2.4 20230515 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues + 7.0.0-preview 1 20230519 Calculation engine update for array formulas. + 6.2.4 20230515 Minor bug fixes. 6.2.3 20230502 Minor bug fixes. 6.2.2 20230417 Minor bug fixes. 6.2.1 20230406 Minor bug fixes.