|
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.0.2.0</AssemblyVersion> |
5 |
| - <FileVersion>8.0.2.0</FileVersion> |
6 |
| - <Version>8.0.2</Version> |
| 4 | + <AssemblyVersion>8.0.3.0</AssemblyVersion> |
| 5 | + <FileVersion>8.0.3.0</FileVersion> |
| 6 | + <Version>8.0.3</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.0.2 |
| 21 | + EPPlus 8.0.3 |
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.0.3 |
| 30 | + * Minor bug fixes. |
| 31 | + |
| 32 | + ## Version 8.0.2 |
| 33 | + * Minor bug fixes. |
| 34 | + |
29 | 35 | ## Version 8.0.1
|
30 | 36 | * EPPlus 8 will require a license key for commercial licenses.
|
31 | 37 | * Support for OLE objects (Linked or Embedded files).
|
|
486 | 492 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
|
487 | 493 |
|
488 | 494 | Version history
|
489 |
| - 8.0.2 20250415 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 495 | + 8.0.3 20250430 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 496 | + 8.0.2 20250415 Minor bug fixes. |
490 | 497 | 7.7.1 20250414 Minor bug fixes.
|
491 |
| - 8.0.1 20250328 Digital Signatures, Ole objects, in-cell pictures. |
| 498 | + 8.0.1 20250328 Digital Signatures, Ole objects, in-cell pictures. |
492 | 499 | 8.0.0-rc 20250321 Digital Signatures, Ole objects, in-cell pictures.
|
493 | 500 | 7.7.0 20250317 Fixed referenced packages versioning. Minor bug fixes.
|
494 | 501 | 8.0.0-beta 20250214 Digital Signatures, Ole objects, in-cell pictures.
|
|
500 | 507 | 7.5.0 20241115 Signed dll's and nuget package. Minor features and bug fixes.
|
501 | 508 | 7.4.2 20241028 Minor features and bug fixes.
|
502 | 509 | 7.4.1 20241011 Updated System.Text.Json
|
503 |
| - 7.4.0 20241002 Conditional Formatting's in Pivot tables. Linked image files in Pictures. |
| 510 | + 7.4.0 20241002 Conditional Formatting's in Pivot tables. Linked image files in Pictures. |
504 | 511 | 7.3.2 20240917 Minor features and bug fixes.
|
505 | 512 | 7.3.1 20240905 Minor features and bug fixes.
|
506 | 513 | 7.3.0 20240820 Precision as displayed support in formula calculation.
|
|
0 commit comments