|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFrameworks>net8.0;net9.0;net10.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks> |
4 | | - <AssemblyVersion>8.6.2.0</AssemblyVersion> |
5 | | - <FileVersion>8.6.2.0</FileVersion> |
6 | | - <Version>8.6.2</Version> |
| 4 | + <AssemblyVersion>8.6.3.0</AssemblyVersion> |
| 5 | + <FileVersion>8.6.3.0</FileVersion> |
| 6 | + <Version>8.6.3</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 8.6.2 |
| 21 | + EPPlus 8.6.3 |
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 8.6.3 |
| 30 | + * Updated System.Security.Cryptography.Xml to address security vulnerabilities (CVE-2026-47302, CVE-2026-47304, CVE-2026-50525, CVE-2026-50527, CVE-2026-50648). |
| 31 | + |
29 | 32 | ## Version 8.6.2 |
30 | 33 | * Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
31 | 34 |
|
|
583 | 586 | A list of fixed issues can be found here https://epplussoftware.com/docs/8.6/articles/fixedissues.html |
584 | 587 |
|
585 | 588 | Version history |
| 589 | + 8.6.3 20260724 Updated System.Security.Cryptography.Xml for security vulnerabilities. |
586 | 590 | 8.6.2 20260721 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
587 | | - 8.6.1 20260616 3 new functions. Minor bug fixes. |
| 591 | + 8.6.1 20260616 3 new functions. Minor bug fixes. |
588 | 592 | 8.6.0 20260529 9 new functions. Support for trim Reference operator. |
589 | 593 | 8.5.4 20260430 Minor bug fixes. |
590 | 594 | 8.5.3 20260416 Updated .NET 8 references incorrectly update to 9.x to 8.x. |
|
790 | 794 | </ItemGroup> |
791 | 795 |
|
792 | 796 | <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> |
793 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="9.0.15" /> |
| 797 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="9.0.18" /> |
794 | 798 | <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" /> |
795 | | - <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="9.0.15" /> |
| 799 | + <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="9.0.18" /> |
796 | 800 | <PackageReference Include="System.ComponentModel.Annotations" /> |
797 | | - <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="9.0.15" /> |
798 | | - <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="9.0.15" /> |
| 801 | + <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="9.0.18" /> |
| 802 | + <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="9.0.18" /> |
799 | 803 | </ItemGroup> |
800 | 804 | <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
801 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="10.0.7" /> |
| 805 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="10.0.10" /> |
802 | 806 | <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" /> |
803 | | - <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="10.0.7" /> |
| 807 | + <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="10.0.10" /> |
804 | 808 | <PackageReference Include="System.ComponentModel.Annotations" /> |
805 | | - <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="10.0.7" /> |
806 | | - <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="10.0.7" /> |
| 809 | + <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="10.0.10" /> |
| 810 | + <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="10.0.10" /> |
807 | 811 | </ItemGroup> |
808 | 812 | <ItemGroup> |
809 | 813 | <Compile Remove="LoadFunctions\HeaderReader.cs" /> |
|
0 commit comments