|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <TargetFrameworks>net5.0;netstandard2.1;netstandard2.0;net45;net40;net35</TargetFrameworks>
|
5 |
| - <AssemblyVersion>5.7.4.0</AssemblyVersion> |
6 |
| - <FileVersion>5.7.4.0</FileVersion> |
7 |
| - <Version>5.7.4</Version> |
| 5 | + <AssemblyVersion>5.7.5.0</AssemblyVersion> |
| 6 | + <FileVersion>5.7.5.0</FileVersion> |
| 7 | + <Version>5.7.5</Version> |
8 | 8 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
9 | 9 | <PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
|
10 | 10 | <Authors>EPPlus Software AB</Authors>
|
|
18 | 18 | <PackageTags>Excel ooxml</PackageTags>
|
19 | 19 | <Copyright>EPPlus Software AB</Copyright>
|
20 | 20 | <PackageReleaseNotes>
|
21 |
| - EPPlus 5.7.4 |
| 21 | + EPPlus 5.7.5 |
22 | 22 | IMPORTANT NOTICE!
|
23 | 23 | From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
|
24 | 24 | EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
|
25 | 25 | Commercial licenses can be purchased from https://epplussoftware.com
|
26 | 26 | This applies to EPPlus version 5 and later. Previous versions are still licensed LGPL.
|
27 | 27 |
|
28 |
| - ## Version 5.7.4 |
| 28 | + ## Version 5.7.5 |
29 | 29 | * Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues
|
30 | 30 |
|
| 31 | + ## Version 5.7.4 |
| 32 | + * Bug fixes. |
| 33 | + |
31 | 34 | ## Version 5.7.3
|
32 | 35 | * Bug fixes.
|
33 | 36 |
|
|
184 | 187 | A list of fixed issues can be found here https://epplussoftware.com/docs/5.6/articles/fixedissues.html
|
185 | 188 |
|
186 | 189 | Version history
|
187 |
| - 5.7.4 20210826 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 190 | + 5.7.5 20210921 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 191 | + 5.7.4 20210826 Minor bug fixes. |
188 | 192 | 5.7.3 20210810 Minor bug fixes.
|
189 | 193 | 5.7.2 20210722 Minor bug fixes.
|
190 | 194 | 5.7.1 20210706 Minor bug fixes.
|
|
213 | 217 | 5.1.0 20200401 Insert, Delete in Ranges and Tables. Minor bug fixes.
|
214 | 218 | 5.0.4 20200310 Minor bug fixes.
|
215 | 219 | 5.0.3 20200308 Initial release EPPlus 5
|
216 |
| - </PackageReleaseNotes> |
| 220 | +</PackageReleaseNotes> |
217 | 221 | <SignAssembly>true</SignAssembly>
|
218 | 222 | <AssemblyOriginatorKeyFile>OpenOfficeXml.snk</AssemblyOriginatorKeyFile>
|
219 | 223 | <NeutralLanguage />
|
|
0 commit comments