Skip to content

Commit 73040e8

Browse files
committed
EPPlus version 6.2.18
1 parent 832f501 commit 73040e8

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

appveyor6.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
version: 6.2.17.{build}
1+
version: 6.2.18.{build}
22
branches:
33
only:
44
- develop6
55
configuration: release
66
image: Visual Studio 2022
77
init:
88
- ps: >-
9-
Update-AppveyorBuild -Version "6.2.17.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
9+
Update-AppveyorBuild -Version "6.2.18.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1010
11-
Write-Host "6.2.17.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
11+
Write-Host "6.2.18.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1212
1313
dotnet_csproj:
1414
patch: true
1515
file: '**\*.csproj'
1616
version: '{version}'
17-
assembly_version: 6.2.17.{build}
18-
file_version: 6.2.17.{build}
17+
assembly_version: 6.2.18.{build}
18+
file_version: 6.2.18.{build}
1919
nuget:
2020
project_feed: true
2121
before_build:

src/EPPlus/EPPlus.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
4-
<AssemblyVersion>6.2.17.0</AssemblyVersion>
5-
<FileVersion>6.2.17.0</FileVersion>
6-
<Version>6.2.17</Version>
4+
<AssemblyVersion>6.2.18.0</AssemblyVersion>
5+
<FileVersion>6.2.18.0</FileVersion>
6+
<Version>6.2.18</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
99
<Authors>EPPlus Software AB</Authors>
@@ -26,6 +26,9 @@
2626
Commercial licenses can be purchased from https://epplussoftware.com
2727
This applies to EPPlus version 5 and later. Earlier versions are still licensed LGPL.
2828

29+
## Version 6.2.18
30+
* Bug fixes.
31+
2932
## Version 6.2.17
3033
* Bug fixes.
3134

@@ -344,8 +347,9 @@
344347
A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html
345348

346349
Version history
347-
6.2.17 20240215 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
348-
6.2.16 20240110 Minor bug fixes.
350+
6.2.18 20240215 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues
351+
6.2.17 20240215 Minor bug fixes.
352+
6.2.16 20240110 Minor bug fixes.
349353
6.2.15 20231215 Minor bug fixes.
350354
6.2.14 20231205 Minor bug fixes.
351355
6.2.13 20231123 Minor bug fixes.

0 commit comments

Comments
 (0)