|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
|
4 |
| - <AssemblyVersion>7.4.1.0</AssemblyVersion> |
5 |
| - <FileVersion>7.4.1.0</FileVersion> |
6 |
| - <Version>7.4.1</Version> |
| 4 | + <AssemblyVersion>7.4.2.0</AssemblyVersion> |
| 5 | + <FileVersion>7.4.2.0</FileVersion> |
| 6 | + <Version>7.4.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.4.1 |
| 21 | + EPPlus 7.4.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.4.2 |
| 30 | + * Minor features and bug fixes. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues |
| 31 | + |
29 | 32 | ## Version 7.4.1
|
30 | 33 | * Updated for vulnerability in System.Text.Json - Microsoft.Extensions.Configuration.Json 8.0.0 -> 8.0.1
|
31 | 34 |
|
32 | 35 | ## Version 7.4.0
|
33 | 36 | * Conditional formatting in Pivot Tables.
|
34 | 37 | * Support for linked pictures in drawings.
|
35 | 38 | * Added 2 new functions
|
36 |
| - * Minor features and bug fixes. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues |
| 39 | + * Minor features and bug fixes. |
37 | 40 |
|
38 | 41 | ## Version 7.3.2
|
39 | 42 | * Minor features and bug fixes.
|
|
42 | 45 | * Minor features and bug fixes.
|
43 | 46 |
|
44 | 47 | ## Version 7.3.0
|
45 |
| - * Added precision as displayd to formula calculation |
| 48 | + * Added precision as displayed to formula calculation |
46 | 49 | * Added 4 new functions
|
47 | 50 | * Bug fixes See
|
48 | 51 |
|
|
428 | 431 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
|
429 | 432 |
|
430 | 433 | Version history
|
| 434 | + 7.4.2 20241028 Minor features and bug fixes. |
431 | 435 | 7.4.1 20241011 Updated System.Text.Json
|
432 | 436 | 7.4.0 20241002 Conditional Formatting's in Pivot tables. Linked image files in Pictures. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
|
433 | 437 | 7.3.2 20240917 Minor features and bug fixes.
|
|
0 commit comments