|
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.1.0.0</AssemblyVersion> |
5 |
| - <FileVersion>7.1.0.0</FileVersion> |
6 |
| - <Version>7.1.0</Version> |
| 4 | + <AssemblyVersion>7.1.1.0</AssemblyVersion> |
| 5 | + <FileVersion>7.1.1.0</FileVersion> |
| 6 | + <Version>7.1.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.1.0 |
| 21 | + EPPlus 7.1.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 7.1.1 |
| 30 | + * Bug fixes |
| 31 | + |
29 | 32 | ## Version 7.1.0
|
30 | 33 | * The html export now supports most conditional formattings.
|
31 | 34 | * Updated performance for rich text handling on ranges.
|
32 | 35 | * Improvments in sort order and cell formatting of the ExcelRangeBase.LoadFromCollection method
|
33 | 36 | * Bug fixes - See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
|
34 | 37 |
|
35 | 38 | ## Version 7.0.10
|
36 |
| - * Bug fixes |
| 39 | + * Bug fixes |
37 | 40 |
|
38 | 41 | ## Version 7.0.9
|
39 | 42 | * Bug fixes
|
|
381 | 384 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
|
382 | 385 |
|
383 | 386 | Version history
|
| 387 | + 7.1.1 20240408 Minor bug fixes. |
384 | 388 | 7.1.0 20240328 Html export of Conditional formatting, Performance RichText, LoadFromCollection Enhancements. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues.
|
385 |
| - 7.0.10 20240311 Minor bug fixes. |
| 389 | + 7.0.10 20240311 Minor bug fixes. |
386 | 390 | 7.0.9 20240215 Minor bug fixes.
|
387 | 391 | 7.0.8 20240124 Minor bug fixes.
|
388 | 392 | 7.0.7 20240119 Minor bug fixes.
|
|
0 commit comments