|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFrameworks>net8.0;net9.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks> |
4 | | - <AssemblyVersion>8.3.1.0</AssemblyVersion> |
5 | | - <FileVersion>8.3.1.0</FileVersion> |
6 | | - <Version>8.3.1</Version> |
| 3 | + <TargetFrameworks>net8.0;net9.0;net10.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks> |
| 4 | + <AssemblyVersion>8.4.0.0</AssemblyVersion> |
| 5 | + <FileVersion>8.4.0.0</FileVersion> |
| 6 | + <Version>8.4.0</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.3.1 |
| 21 | + EPPlus 8.4.0 |
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.3.1 |
| 29 | + ## Version 8.4.0 |
| 30 | + * Added target framework .NET 10. |
30 | 31 | Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
31 | | - |
| 32 | + |
| 33 | + ## Version 8.3.1 |
| 34 | + Minor bug fixes. |
| 35 | + |
32 | 36 | ## Version 8.3.0 |
33 | 37 | * Support for adding, updating and removing external connections and query tables. See https://github.com/EPPlusSoftware/EPPlus/wiki/External-Connections-and-Query-Tables |
34 | 38 | * Support for adding pivot tables with external connections as data source. |
|
541 | 545 | A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html |
542 | 546 |
|
543 | 547 | Version history |
| 548 | + 8.4.0 20251212 Updated target frameworks. Minor bug fixes. |
544 | 549 | 8.3.1 20251128 Minor bug fixes. |
545 | 550 | 8.3.0 20251120 Connections and query tables support. Minor features and bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues |
546 | 551 | 8.2.1 20251012 Minor bug fixes. |
|
744 | 749 | <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="9.0.3" /> |
745 | 750 | <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="9.0.3" /> |
746 | 751 | </ItemGroup> |
747 | | - <!-- TargetFramework net10.0, remove when GitHub actions and AppVeyor support is available. --> |
748 | | - <!-- |
749 | 752 | <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
750 | 753 | <PackageReference Include="Microsoft.Extensions.Configuration.Json" VersionOverride="10.0.0" /> |
751 | 754 | <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" /> |
|
754 | 757 | <PackageReference Include="System.Text.Encoding.CodePages" VersionOverride="10.0.0" /> |
755 | 758 | <PackageReference Include="System.Security.Cryptography.Xml" VersionOverride="10.0.0" /> |
756 | 759 | </ItemGroup> |
757 | | ---> |
758 | 760 | <ItemGroup> |
759 | 761 | <Compile Remove="LoadFunctions\HeaderReader.cs" /> |
760 | 762 | </ItemGroup> |
|
0 commit comments