|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks> |
4 | | - <AssemblyVersion>7.0.0.1</AssemblyVersion> |
5 | | - <FileVersion>7.0.0.1</FileVersion> |
6 | | - <Version>7.0.0-beta1</Version> |
| 4 | + <AssemblyVersion>7.0.0.2</AssemblyVersion> |
| 5 | + <FileVersion>7.0.0.2</FileVersion> |
| 6 | + <Version>7.0.0-rc1</Version> |
7 | 7 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 | 8 | <PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl> |
9 | 9 | <Authors>EPPlus Software AB</Authors> |
|
18 | 18 | <PackageReadmeFile>readme.md</PackageReadmeFile> |
19 | 19 | <Copyright>EPPlus Software AB</Copyright> |
20 | 20 | <PackageReleaseNotes> |
21 | | - EPPlus 7.0.0-Beta 1 |
| 21 | + EPPlus 7.0.0-RC 1 |
22 | 22 |
|
23 | 23 | IMPORTANT NOTICE! |
24 | 24 | From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license. |
25 | 25 | EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license. |
26 | 26 | Commercial licenses can be purchased from https://epplussoftware.com |
27 | 27 | This applies to EPPlus version 5 and later. Earlier versions are still licensed LGPL. |
28 | 28 |
|
29 | | - ## Version 7.0.0-Beta 1 |
| 29 | + ## Version 7.0.0-RC 1 |
30 | 30 | * Calculation engine update to support array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview |
31 | | - * Support for calculating legacy / dynamic array formulas. |
32 | | - * Support for intersect operator. |
33 | | - * Support for implicit intersection. |
34 | | - * Support for array parameters in functions. |
35 | | - * Better support for using the colon operator with functions. |
36 | | - * Better handling of circular references |
37 | | - * 90 new functions |
38 | | - * Faster optimized calculation engine with configurable expression caching. |
39 | | - * 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. |
| 31 | + * Support for calculating legacy / dynamic array formulas. |
| 32 | + * Support for intersect operator. |
| 33 | + * Support for implicit intersection. |
| 34 | + * Support for array parameters in functions. |
| 35 | + * Better support for using the colon operator with functions. |
| 36 | + * Better handling of circular references |
| 37 | + * 90 new functions |
| 38 | + * Faster optimized calculation engine with configurable expression caching. |
| 39 | + * 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. |
40 | 40 | * Conditional Formatting improvements |
41 | | - * Improved performance, xml is now read and written on load and save. |
42 | | - * Cross worksheet support formula support. |
43 | | - * Extended styling options for color scales, data bars and icon sets. |
| 41 | + * Improved performance, xml is now read and written on load and save. |
| 42 | + * Cross worksheet support formula support. |
| 43 | + * Extended styling options for color scales, data bars and icon sets. |
| 44 | + |
| 45 | + ## Version 7.0.0-rc1 |
| 46 | + * Bug fixes. |
| 47 | + |
| 48 | + ## Version 6.2.10 |
| 49 | + * Bug fixes. |
44 | 50 |
|
45 | 51 | ## Version 6.2.9 |
46 | 52 | * Bug fixes. |
|
333 | 339 | A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html |
334 | 340 |
|
335 | 341 | Version history |
336 | | - 7.0.0-beta 1 20230912 Calculation engine update for array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview |
337 | | - 6.2.9 20230908 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 342 | + 7.0.0-rc 1 20231002 Calculation engine update for array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview |
| 343 | + 6.2.10 20231002 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 344 | + 7.0.0-beta 1 20230912 Calculation engine update for array formulas. |
| 345 | + 6.2.9 20230908 Minor bug fixes. |
338 | 346 | 6.2.8 20230815 Minor bug fixes. |
339 | 347 | 6.2.7 20230719 Minor bug fixes. |
340 | 348 | 7.0.0-preview 2 20230719 Calculation engine update for array formulas. |
|
0 commit comments