|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>net8.0;net9.0;net10.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks> |
4 | | - <AssemblyVersion>8.5.0.0</AssemblyVersion> |
5 | | - <FileVersion>8.5.0.0</FileVersion> |
6 | | - <Version>8.5.0</Version> |
| 4 | + <AssemblyVersion>8.5.1.0</AssemblyVersion> |
| 5 | + <FileVersion>8.5.1.0</FileVersion> |
| 6 | + <Version>8.5.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.5.0 |
| 21 | + EPPlus 8.5.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.5.0 |
30 | | - * |
| 29 | + ## Version 8.5.1 |
31 | 30 | * Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 31 | + |
| 32 | + ## Version 8.5.0 |
| 33 | + * Added ´CancellationToken´ option to the Calculate method. |
| 34 | + * Added property ´ValueFromCellsRange´ and the ´SetValueFromCellsRange´ method to data labels on chart series. |
| 35 | + * Minor bug fixes. |
32 | 36 |
|
33 | 37 | ## Version 8.4.2 |
34 | | - * Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 38 | + * Minor bug fixes. |
35 | 39 |
|
36 | 40 | ## Version 8.4.1 |
37 | 41 | * Minor bug fixes. |
|
555 | 559 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html |
556 | 560 |
|
557 | 561 | Version history |
558 | | - 8.5.0 20260306 Minor features and bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
559 | | - 8.4.2 20260204 Minor bug fixes. |
| 562 | + 8.5.1 20260306 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 563 | + 8.5.0 20260306 Minor features and bug fixes. |
| 564 | + 8.4.2 20260204 Minor bug fixes. |
560 | 565 | 8.4.1 20260112 Minor bug fixes. |
561 | 566 | 8.4.0 20251212 Updated target frameworks. Minor bug fixes. |
562 | 567 | 8.3.1 20251128 Minor bug fixes. |
|
0 commit comments