|
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.5.0.0</AssemblyVersion> |
5 |
| - <FileVersion>7.5.0.0</FileVersion> |
6 |
| - <Version>7.5.0</Version> |
| 4 | + <AssemblyVersion>7.5.1.0</AssemblyVersion> |
| 5 | + <FileVersion>7.5.1.0</FileVersion> |
| 6 | + <Version>7.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 7.5.0 |
| 21 | + EPPlus 7.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 | + |
| 29 | + ## Version 7.5.1 |
| 30 | + * Minor features and bug fixes. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues |
28 | 31 |
|
29 | 32 | ## Version 7.5.0
|
30 | 33 | * Added signatures to the EPPlus.dll's and the EPPlus Nuget package.
|
31 | 34 | * Added new properties RepeatItemLabels and InsertBlankRow to ExcelPivotTableField
|
32 |
| - * Minor features and bug fixes. See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues |
33 |
| - |
| 35 | + * Minor features and bug fixes. |
| 36 | + |
34 | 37 | ## Version 7.4.2
|
35 |
| - * Minor features and bug fixes. |
| 38 | + * Minor features and bug fixes. |
36 | 39 |
|
37 | 40 | ## Version 7.4.1
|
38 | 41 | * Updated for vulnerability in System.Text.Json - Microsoft.Extensions.Configuration.Json 8.0.0 -> 8.0.1
|
|
68 | 71 | * Html export now supports all conditional formattings (Added support for Icon sets and Data bars in 7.2).
|
69 | 72 | * Copy of drawings.
|
70 | 73 | * Transpose functionality added to many Copy, Import and Export function.
|
71 |
| - * Bug fixes - For more details see https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues |
| 74 | + * Bug fixes |
72 | 75 |
|
73 | 76 | ## Version 7.1.3
|
74 | 77 | * Bug fixes
|
|
436 | 439 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
|
437 | 440 |
|
438 | 441 | Version history
|
439 |
| - 7.5.0 20241115 Minor features and bug fixes. |
| 442 | + 7.5.1 20241121 Minor features and bug fixes. |
| 443 | + 7.5.0 20241115 Signed dll's and nuget package. Minor features and bug fixes. |
440 | 444 | 7.4.2 20241028 Minor features and bug fixes.
|
441 | 445 | 7.4.1 20241011 Updated System.Text.Json
|
442 | 446 | 7.4.0 20241002 Conditional Formatting's in Pivot tables. Linked image files in Pictures. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
|
|
0 commit comments