|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>net8.0;net9.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks> |
4 | | - <AssemblyVersion>8.2.0.0</AssemblyVersion> |
5 | | - <FileVersion>8.2.0.0</FileVersion> |
6 | | - <Version>8.2.0</Version> |
| 4 | + <AssemblyVersion>8.2.1.0</AssemblyVersion> |
| 5 | + <FileVersion>8.2.1.0</FileVersion> |
| 6 | + <Version>8.2.1</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 8.2.0 |
| 21 | + EPPlus 8.2.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 8.2.0 |
| 29 | + ## Version 8.2.1 |
| 30 | + * Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 31 | + |
| 32 | + ## Version 8.2.1 |
30 | 33 | * Support for 8 LAMBDA functions when calculating workbooks. See https://github.com/EPPlusSoftware/EPPlus/wiki/Using-LAMBDA-functions |
31 | | - * LAMBDA |
32 | | - * MAKEARRAY |
33 | | - * SCAN |
34 | | - * MAP |
35 | | - * REDUCE |
36 | | - * BYROW |
37 | | - * BYCOL |
38 | | - * ISOMITTED |
| 34 | + * LAMBDA |
| 35 | + * MAKEARRAY |
| 36 | + * SCAN |
| 37 | + * MAP |
| 38 | + * REDUCE |
| 39 | + * BYROW |
| 40 | + * BYCOL |
| 41 | + * ISOMITTED |
39 | 42 | * Support for defining lambda functions via defined names. |
40 | | - * Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 43 | + * Minor bug fixes. |
41 | 44 |
|
42 | 45 | ## Version 8.1.1 |
43 | 46 | * Minor bug fixes. |
|
46 | 49 | * Add Shapes and Pictures to charts. |
47 | 50 | * An new interface for styling headers and footers more easily. |
48 | 51 | * If copying a worksheet or a range to a new workbook, the relevant defined names are also copied. |
49 | | - * Minor bug fixes. |
| 52 | + * Minor bug fixes. |
50 | 53 |
|
51 | 54 | ## Version 8.0.8 |
52 | 55 | * Minor bug fixes. |
|
529 | 532 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html |
530 | 533 |
|
531 | 534 | Version history |
532 | | - 8.2.0 20250924 LAMBDA functions support. Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
533 | | - 8.1.1 20250909 Minor bug fixes. |
534 | | - 8.1.0 20250815 Shapes in Charts. Header/footer styling interface. |
| 535 | + 8.2.1 20251012 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 536 | + 8.2.0 20250924 LAMBDA functions support. Minor bug fixes. |
| 537 | + 8.1.1 20250909 Minor bug fixes. |
| 538 | + 8.1.0 20250815 Shapes in Charts. Header/footer styling interface. |
535 | 539 | 8.0.8 20250722 Minor bug fixes. |
536 | 540 | 8.0.7 20250702 Minor bug fixes. |
537 | 541 | 8.0.6 20250619 Minor bug fixes. |
|
0 commit comments