|
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.5.1.0</AssemblyVersion> |
5 | | - <FileVersion>8.5.1.0</FileVersion> |
6 | | - <Version>8.5.1</Version> |
| 4 | + <AssemblyVersion>8.5.2.0</AssemblyVersion> |
| 5 | + <FileVersion>8.5.2.0</FileVersion> |
| 6 | + <Version>8.5.2</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.5.1 |
| 21 | + EPPlus 8.5.2 |
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.5.1 |
| 29 | + ## Version 8.5.2 |
| 30 | + * Updated System.Security.Cryptography.XML to address a vulnerability. |
30 | 31 | * Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
31 | | - |
| 32 | + |
| 33 | + ## Version 8.5.1 |
| 34 | + * Minor bug fixes. |
| 35 | + |
32 | 36 | ## Version 8.5.0 |
33 | 37 | * Added ´CancellationToken´ option to the Calculate method. |
34 | 38 | * Added property ´ValueFromCellsRange´ and the ´SetValueFromCellsRange´ method to data labels on chart series. |
35 | | - * Minor bug fixes. |
| 39 | + * Minor bug fixes. |
36 | 40 |
|
37 | 41 | ## Version 8.4.2 |
38 | | - * Minor bug fixes. |
| 42 | + * Minor bug fixes. |
39 | 43 |
|
40 | 44 | ## Version 8.4.1 |
41 | 45 | * Minor bug fixes. |
|
559 | 563 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html |
560 | 564 |
|
561 | 565 | Version history |
562 | | - 8.5.1 20260330 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 566 | + 8.5.2 20260416 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
| 567 | + 8.5.1 20260330 Minor bug fixes. |
563 | 568 | 8.5.0 20260306 Minor features and bug fixes. |
564 | 569 | 8.4.2 20260204 Minor bug fixes. |
565 | 570 | 8.4.1 20260112 Minor bug fixes. |
|
760 | 765 | </ItemGroup> |
761 | 766 |
|
762 | 767 | <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> |
763 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="9.0.3" /> |
| 768 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="9.0.15" /> |
764 | 769 | <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" /> |
765 | | - <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="9.0.3" /> |
| 770 | + <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="9.0.15" /> |
766 | 771 | <PackageReference Include="System.ComponentModel.Annotations" /> |
767 | | - <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="9.0.3" /> |
768 | | - <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="9.0.3" /> |
| 772 | + <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="9.0.15" /> |
| 773 | + <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="9.0.15" /> |
769 | 774 | </ItemGroup> |
770 | 775 | <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
771 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="10.0.0" /> |
| 776 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="10.0.6" /> |
772 | 777 | <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" /> |
773 | | - <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="10.0.0" /> |
| 778 | + <PackageReference Include="System.Security.Cryptography.Pkcs" VersionOverride="10.0.6" /> |
774 | 779 | <PackageReference Include="System.ComponentModel.Annotations" /> |
775 | | - <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="10.0.0" /> |
776 | | - <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="10.0.0" /> |
| 780 | + <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="10.0.6" /> |
| 781 | + <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="10.0.6" /> |
777 | 782 | </ItemGroup> |
778 | 783 | <ItemGroup> |
779 | 784 | <Compile Remove="LoadFunctions\HeaderReader.cs" /> |
|
0 commit comments