|
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.5.0</AssemblyVersion> |
5 | | - <FileVersion>6.2.5.0</FileVersion> |
6 | | - <Version>6.2.5</Version> |
| 4 | + <AssemblyVersion>6.2.6.0</AssemblyVersion> |
| 5 | + <FileVersion>6.2.6.0</FileVersion> |
| 6 | + <Version>6.2.6</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.5 |
| 21 | + EPPlus 6.2.6 |
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.6 |
| 30 | + * Updated System.Security.Cryptography.Pkcs for security vulnerability in .NET 6 and 7. See https://github.com/dotnet/runtime/issues/87498 |
| 31 | + * Bug fixes. |
| 32 | + |
29 | 33 | ## Version 6.2.5 |
30 | | - * Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 34 | + * Bug fixes. |
31 | 35 |
|
32 | 36 | ## Version 6.2.4 |
33 | | - * Bug fixes. |
| 37 | + * Bug fixes. |
34 | 38 |
|
35 | 39 | ## Version 6.2.3 |
36 | 40 | * Bug fixes. |
|
307 | 311 | A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html |
308 | 312 |
|
309 | 313 | Version history |
310 | | - 6.2.5 20230614 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
311 | | - 6.2.4 20230515 Minor bug fixes. |
| 314 | + 6.2.6 20230615 Minor bug fixes.See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 315 | + 6.2.5 20230614 Minor bug fixes. |
| 316 | + 6.2.4 20230515 Minor bug fixes. |
312 | 317 | 6.2.3 20230502 Minor bug fixes. |
313 | 318 | 6.2.2 20230417 Minor bug fixes. |
314 | 319 | 6.2.1 20230406 Minor bug fixes. |
|
471 | 476 | <PackageReference Include="Microsoft.IO.RecyclableMemoryStream"> |
472 | 477 | <Version>2.2.1</Version> |
473 | 478 | </PackageReference> |
474 | | - <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.1" /> |
| 479 | + <PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" /> |
475 | 480 | <PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" /> |
476 | 481 | </ItemGroup> |
477 | 482 |
|
|
480 | 485 | <PackageReference Include="Microsoft.IO.RecyclableMemoryStream"> |
481 | 486 | <Version>2.2.1</Version> |
482 | 487 | </PackageReference> |
483 | | - <PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.0" /> |
| 488 | + <PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" /> |
484 | 489 | <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" /> |
485 | 490 | </ItemGroup> |
486 | 491 |
|
|
0 commit comments