Skip to content

Commit 982fd4f

Browse files
committed
EPPlus version 7.2.0
1 parent 3002b34 commit 982fd4f

File tree

279 files changed

+22440
-35539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+22440
-35539
lines changed

appveyor7.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
version: 7.1.3.{build}
1+
version: 7.2.0.{build}
22
branches:
33
only:
44
- develop7
55
configuration: release
66
image: Visual Studio 2022
77
init:
88
- ps: >-
9-
Update-AppveyorBuild -Version "7.1.3.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
9+
Update-AppveyorBuild -Version "7.2.0.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
1010
11-
Write-Host "7.1.3.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
11+
Write-Host "7.2.0.$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.1.3.{build}
17-
file_version: 7.1.3.{build}
16+
assembly_version: 7.2.0.{build}
17+
file_version: 7.2.0.{build}
1818
nuget:
1919
project_feed: true
2020
before_build:

docs/api/.manifest

+156-198
Large diffs are not rendered by default.

docs/api/OfficeOpenXml.ConditionalFormatting.Contracts.IExcelConditionalFormattingIconSetGroup-1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ items:
221221
assemblies:
222222
- EPPlus
223223
namespace: OfficeOpenXml.ConditionalFormatting.Contracts
224-
summary: "\nIconSet (3, 4 ou 5 IconSet)\n"
224+
summary: "\nIconSet (3, 4 or 5 IconSet)\n"
225225
example: []
226226
syntax:
227227
content: T IconSet { get; set; }

0 commit comments

Comments
 (0)