File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
- version : 6.2.17 .{build}
1
+ version : 6.2.18 .{build}
2
2
branches :
3
3
only :
4
4
- develop6
5
5
configuration : release
6
6
image : Visual Studio 2022
7
7
init :
8
8
- 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"
10
10
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"
12
12
13
13
dotnet_csproj :
14
14
patch : true
15
15
file : ' **\*.csproj'
16
16
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}
19
19
nuget :
20
20
project_feed : true
21
21
before_build :
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<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 >
7
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
8
<PackageProjectUrl >https://epplussoftware.com</PackageProjectUrl >
9
9
<Authors >EPPlus Software AB</Authors >
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 6.2.18
30
+ * Bug fixes.
31
+
29
32
## Version 6.2.17
30
33
* Bug fixes.
31
34
344
347
A list of fixed issues can be found here https://epplussoftware.com/docs/5.8/articles/fixedissues.html
345
348
346
349
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.
349
353
6.2.15 20231215 Minor bug fixes.
350
354
6.2.14 20231205 Minor bug fixes.
351
355
6.2.13 20231123 Minor bug fixes.
You can’t perform that action at this time.
0 commit comments