|
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.1.0</AssemblyVersion> |
5 |
| - <FileVersion>7.0.1.0</FileVersion> |
6 |
| - <Version>7.0.1</Version> |
| 4 | + <AssemblyVersion>7.0.2.0</AssemblyVersion> |
| 5 | + <FileVersion>7.0.2.0</FileVersion> |
| 6 | + <Version>7.0.2</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.1 |
| 21 | + EPPlus 7.0.2 |
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.1 |
| 29 | + ## Version 7.0.2 |
30 | 30 | * Bug fixes - See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
|
31 |
| - |
| 31 | + |
| 32 | + ## Version 7.0.1 |
| 33 | + * Bug fixes |
| 34 | + |
32 | 35 | ## Version 7.0.0
|
33 | 36 | * Calculation engine update to support array formulas. https://epplussoftware.com/en/Developers/EPPlus7
|
34 | 37 | * Support for calculating legacy / dynamic array formulas.
|
|
45 | 48 | * Cross worksheet support formula support.
|
46 | 49 | * Extended styling options for color scales, data bars and icon sets.
|
47 | 50 |
|
| 51 | + ## Version 6.2.13 |
| 52 | + * Bug fixes. |
| 53 | + |
| 54 | + ## Version 6.2.12 |
| 55 | + * Bug fixes. |
| 56 | + |
48 | 57 | ## Version 6.2.11
|
49 |
| - * Bug fixes. |
| 58 | + * Bug fixes. |
50 | 59 |
|
51 | 60 | ## Version 6.2.10
|
52 | 61 | * Bug fixes.
|
|
342 | 351 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
|
343 | 352 |
|
344 | 353 | Version history
|
345 |
| - 7.0.1 20231109 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 354 | + 7.0.2 20231123 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 355 | + 7.0.1 20231109 Minor bug fixes. |
346 | 356 | 7.0.0 20231026 Calculation engine update for array formulas. https://epplussoftware.com/en/Developers/EPPlus7
|
347 |
| - 6.2.12 20231026 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 357 | + 6.2.13 20231123 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 358 | + 6.2.12 20231026 Minor bug fixes. |
348 | 359 | 6.2.11 20231023 Minor bug fixes.
|
349 | 360 | 7.0.0-rc 1 20231002 Calculation engine update for array formulas.
|
350 |
| - 6.2.10 20231002 Minor bug fixes.See |
| 361 | + 6.2.10 20231002 Minor bug fixes.See |
351 | 362 | 7.0.0-beta 1 20230912 Calculation engine update for array formulas.
|
352 | 363 | 6.2.9 20230908 Minor bug fixes.
|
353 | 364 | 6.2.8 20230815 Minor bug fixes.
|
|
0 commit comments