Skip to content

Commit

Permalink
EPPlus version 5.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKallman committed Jul 8, 2022
1 parent 5e5515a commit 2f185cf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: 5.8.11.{build}
version: 5.8.12.{build}
branches:
only:
- develop5
configuration: release
platform: Any CPU
init:
- ps: >-
Update-AppveyorBuild -Version "5.8.11.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Update-AppveyorBuild -Version "5.8.12.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "5.8.11.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "5.8.12.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
assembly_version: 5.8.11.{build}
file_version: 5.8.11.{build}
assembly_version: 5.8.12.{build}
file_version: 5.8.21.{build}
nuget:
project_feed: true
before_build:
Expand Down
8 changes: 8 additions & 0 deletions docs/articles/fixedissues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Features / Fixed issues - EPPlus 5

## Version 5.8.12
### Fixed issues
* Fixed an error in Positioning and sizing of form controls intruduced in 5.8.11.
* Pivot table styles in template workbooks sometimes corrupts the new workbook.
* Spaces were not preserved in rich text in drawing objects.
* Defined names referencing external reference sometimes loaded incorrectly.


## Version 5.8.11
### Fixed issues
* VBA code modules with LF only as EOL, causes code module to load incorrectly.
Expand Down
20 changes: 12 additions & 8 deletions src/EPPlus/EPPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFrameworks>net5.0;netstandard2.1;netstandard2.0;net45;net40;net35</TargetFrameworks>
<AssemblyVersion>5.8.11.0</AssemblyVersion>
<FileVersion>5.8.11.0</FileVersion>
<Version>5.8.11</Version>
<AssemblyVersion>5.8.12.0</AssemblyVersion>
<FileVersion>5.8.12.0</FileVersion>
<Version>5.8.12</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
<Authors>EPPlus Software AB</Authors>
Expand All @@ -18,19 +18,22 @@
<PackageTags>Excel ooxml</PackageTags>
<Copyright>EPPlus Software AB</Copyright>
<PackageReleaseNotes>
EPPlus 5.8.11
EPPlus 5.8.12
IMPORTANT NOTICE!
From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
Commercial licenses can be purchased from https://epplussoftware.com
This applies to EPPlus version 5 and later. Previous versions are still licensed LGPL.

## Version 5.8.11
## Version 5.8.12
* Bug fixes. https://epplussoftware.com/Developers/MinorFeaturesAndIssues

## Version 5.8.10
## Version 5.8.11
* Bug fixes.

## Version 5.8.10
* Bug fixes.

## Version 5.8.9
* Bug fixes.

Expand Down Expand Up @@ -237,8 +240,9 @@
A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html

Version history
5.8.11 20220610 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
5.8.10 20220512 Minor bug fixes.
5.8.12 20220708 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
5.8.11 20220610 Minor bug fixes.
5.8.10 20220512 Minor bug fixes.
5.8.9 20220411 Minor bug fixes.
5.8.8 20220322 Minor bug fixes.
5.8.7 20220301 Minor bug fixes.
Expand Down

0 comments on commit 2f185cf

Please sign in to comment.