|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <TargetFrameworks>net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
|
4 |
| - <AssemblyVersion>6.2.18.0</AssemblyVersion> |
5 |
| - <FileVersion>6.2.18.0</FileVersion> |
6 |
| - <Version>6.2.18</Version> |
| 4 | + <AssemblyVersion>6.2.19.0</AssemblyVersion> |
| 5 | + <FileVersion>6.2.19.0</FileVersion> |
| 6 | + <Version>6.2.19</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 6.2.18 |
| 21 | + EPPlus 6.2.19 |
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 6.2.19 |
| 30 | + * Bug fixes. |
| 31 | + |
| 32 | + ## Version 6.2.18 |
| 33 | + * Bug fixes. |
| 34 | + |
29 | 35 | ## Version 6.2.18
|
30 | 36 | * Bug fixes.
|
31 | 37 |
|
|
347 | 353 | A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html
|
348 | 354 |
|
349 | 355 | Version history
|
350 |
| - 6.2.18 20240311 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 356 | + 6.2.19 20240326 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 357 | + 6.2.18 20240311 Minor bug fixes. |
351 | 358 | 6.2.17 20240215 Minor bug fixes.
|
352 | 359 | 6.2.16 20240110 Minor bug fixes.
|
353 | 360 | 6.2.15 20231215 Minor bug fixes.
|
|
0 commit comments