|
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.0</AssemblyVersion> |
5 |
| - <FileVersion>7.0.0.0</FileVersion> |
6 |
| - <Version>7.0.0-preview2</Version> |
| 4 | + <AssemblyVersion>7.0.0.1</AssemblyVersion> |
| 5 | + <FileVersion>7.0.0.1</FileVersion> |
| 6 | + <Version>7.0.0-Beta1</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-Preview 2 |
| 21 | + EPPlus 7.0.0-Beta 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-Preview 2 |
| 29 | + ## Version 7.0.0-Beta 1 |
30 | 30 | * Calculation engine update to support array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview
|
31 | 31 | * Support for calculating legacy / dynamic array formulas.
|
32 | 32 | * Support for intersect operator.
|
33 |
| - * Support for Implicit intersection. |
| 33 | + * Support for implicit intersection. |
34 | 34 | * Support for array parameters in functions.
|
35 | 35 | * Better support for using the colon operator with functions.
|
36 |
| - * 65 new functions |
| 36 | + * Better handling of circular references |
| 37 | + * 90 new functions |
| 38 | + * Faster optimized calculation engine with configurable expression caching. |
37 | 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
|
38 | 40 |
|
| 41 | + ## Version 6.2.9 |
| 42 | + * Bug fixes. |
| 43 | + |
| 44 | + ## Version 6.2.8 |
| 45 | + * Bug fixes. |
| 46 | + |
| 47 | + ## Version 6.2.7 |
| 48 | + * Bug fixes. |
| 49 | + |
39 | 50 | ## Version 6.2.6
|
40 | 51 | * Updated System.Security.Cryptography.Pkcs for security vulnerability in .NET 6 and 7. See https://github.com/dotnet/runtime/issues/87498
|
41 | 52 | * Bug fixes.
|
|
318 | 329 | A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html
|
319 | 330 |
|
320 | 331 | Version history
|
321 |
| - 7.0.0-preview 2 20230719 Calculation engine update for array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview |
322 |
| - 6.2.6 20230615 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 332 | + 7.0.0-beta 1 20230912 Calculation engine update for array formulas. https://github.com/EPPlusSoftware/EPPlus/wiki/EPPlus-7-Preview |
| 333 | + 6.2.9 20230908 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 334 | + 6.2.8 20230815 Minor bug fixes. |
| 335 | + 6.2.7 20230719 Minor bug fixes. |
| 336 | + 7.0.0-preview 2 20230719 Calculation engine update for array formulas. |
| 337 | + 6.2.6 20230615 Minor bug fixes. |
323 | 338 | 6.2.5 20230614 Minor bug fixes.
|
324 |
| - 7.0.0-preview 1 20230519 Calculation engine update for array formulas. |
325 |
| - 6.2.4 20230515 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 339 | + 7.0.0-preview 1 20230519 Calculation engine update for array formulas. |
| 340 | + 6.2.4 20230515 Minor bug fixes. |
326 | 341 | 6.2.3 20230502 Minor bug fixes.
|
327 | 342 | 6.2.2 20230417 Minor bug fixes.
|
328 | 343 | 6.2.1 20230406 Minor bug fixes.
|
|
0 commit comments