Skip to content

Commit 063bada

Browse files
committed
EPPlus version 7.0.10
1 parent c55d532 commit 063bada

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

appveyor7.yml

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

src/EPPlus/EPPlus.csproj

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
4-
<AssemblyVersion>7.0.9.0</AssemblyVersion>
5-
<FileVersion>7.0.9.0</FileVersion>
6-
<Version>7.0.9</Version>
4+
<AssemblyVersion>7.0.10.0</AssemblyVersion>
5+
<FileVersion>7.0.10.0</FileVersion>
6+
<Version>7.0.10</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
99
<Authors>EPPlus Software AB</Authors>
@@ -18,20 +18,23 @@
1818
<PackageReadmeFile>readme.md</PackageReadmeFile>
1919
<Copyright>EPPlus Software AB</Copyright>
2020
<PackageReleaseNotes>
21-
EPPlus 7.0.9
21+
EPPlus 7.0.10
2222

2323
IMPORTANT NOTICE!
2424
From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
2525
EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
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 7.0.9
29+
## Version 7.0.10
3030
* Bug fixes - See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues
3131

32-
## Version 7.0.8
32+
## Version 7.0.9
3333
* Bug fixes
3434

35+
## Version 7.0.8
36+
* Bug fixes
37+
3538
## Version 7.0.7
3639
* Bug fixes
3740

@@ -372,7 +375,8 @@
372375
A list of fixed issues can be found here https://epplussoftware.com/docs/7.0/articles/fixedissues.html
373376

374377
Version history
375-
7.0.9 20240215 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues.
378+
7.0.10 20240311 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues.
379+
7.0.9 20240215 Minor bug fixes.
376380
7.0.8 20240124 Minor bug fixes.
377381
7.0.7 20240119 Minor bug fixes.
378382
7.0.6 20240110 Minor bug fixes.

0 commit comments

Comments
 (0)