Skip to content

Commit

Permalink
EPPlus version 7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKallman committed Mar 11, 2024
1 parent c55d532 commit 063bada
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 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.0.9.{build}
version: 7.0.10.{build}
branches:
only:
- develop7
configuration: release
image: Visual Studio 2022
init:
- ps: >-
Update-AppveyorBuild -Version "7.0.9.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Update-AppveyorBuild -Version "7.0.10.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "7.0.9.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
Write-Host "7.0.10.$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
assembly_version: 7.0.9.{build}
file_version: 7.0.9.{build}
assembly_version: 7.0.10.{build}
file_version: 7.0.10.{build}
nuget:
project_feed: true
before_build:
Expand Down
18 changes: 11 additions & 7 deletions src/EPPlus/EPPlus.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks>
<AssemblyVersion>7.0.9.0</AssemblyVersion>
<FileVersion>7.0.9.0</FileVersion>
<Version>7.0.9</Version>
<AssemblyVersion>7.0.10.0</AssemblyVersion>
<FileVersion>7.0.10.0</FileVersion>
<Version>7.0.10</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
<Authors>EPPlus Software AB</Authors>
Expand All @@ -18,20 +18,23 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>
<Copyright>EPPlus Software AB</Copyright>
<PackageReleaseNotes>
EPPlus 7.0.9
EPPlus 7.0.10

IMPORTANT NOTICE!
From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
Commercial licenses can be purchased from https://epplussoftware.com
This applies to EPPlus version 5 and later. Earlier versions are still licensed LGPL.

## Version 7.0.9
## Version 7.0.10
* Bug fixes - See https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues

## Version 7.0.8
## Version 7.0.9
* Bug fixes

## Version 7.0.8
* Bug fixes

## Version 7.0.7
* Bug fixes

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

Version history
7.0.9 20240215 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues.
7.0.10 20240311 Minor bug fixes. See https://epplussoftware.com/Developers/MinorFeaturesAndIssues.
7.0.9 20240215 Minor bug fixes.
7.0.8 20240124 Minor bug fixes.
7.0.7 20240119 Minor bug fixes.
7.0.6 20240110 Minor bug fixes.
Expand Down

0 comments on commit 063bada

Please sign in to comment.