Skip to content

Commit

Permalink
EPPlus version 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKallman committed Jun 18, 2024
1 parent 3002b34 commit 982fd4f
Show file tree
Hide file tree
Showing 279 changed files with 22,440 additions and 35,539 deletions.
10 changes: 5 additions & 5 deletions appveyor7.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: 7.1.3.{build}
version: 7.2.0.{build}
branches:
only:
- develop7
configuration: release
image: Visual Studio 2022
init:
- ps: >-
Update-AppveyorBuild -Version "7.1.3.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Update-AppveyorBuild -Version "7.2.0.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "7.1.3.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "7.2.0.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
assembly_version: 7.1.3.{build}
file_version: 7.1.3.{build}
assembly_version: 7.2.0.{build}
file_version: 7.2.0.{build}
nuget:
project_feed: true
before_build:
Expand Down
354 changes: 156 additions & 198 deletions docs/api/.manifest

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ items:
assemblies:
- EPPlus
namespace: OfficeOpenXml.ConditionalFormatting.Contracts
summary: "\nIconSet (3, 4 ou 5 IconSet)\n"
summary: "\nIconSet (3, 4 or 5 IconSet)\n"
example: []
syntax:
content: T IconSet { get; set; }
Expand Down
Loading

0 comments on commit 982fd4f

Please sign in to comment.