File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
- version : 7.1.1 .{build}
1
+ version : 7.1.2 .{build}
2
2
branches :
3
3
only :
4
4
- develop7
5
5
configuration : release
6
6
image : Visual Studio 2022
7
7
init :
8
8
- ps : >-
9
- Update-AppveyorBuild -Version "7.1.0 .$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
9
+ Update-AppveyorBuild -Version "7.1.2 .$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
10
10
11
- Write-Host "7.1.1 .$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
11
+ Write-Host "7.1.2 .$env:appveyor_build_number-$(Get-Date -format yyyyMMdd)-$env:appveyor_repo_branch"
12
12
dotnet_csproj :
13
13
patch : true
14
14
file : ' **\*.csproj'
15
15
version : ' {version}'
16
- assembly_version : 7.1.1 .{build}
17
- file_version : 7.1.1 .{build}
16
+ assembly_version : 7.1.2 .{build}
17
+ file_version : 7.1.2 .{build}
18
18
nuget :
19
19
project_feed : true
20
20
before_build :
Original file line number Diff line number Diff line change 2
2
# Features / Fixed issues - EPPlus 7
3
3
## Version 7.1.2
4
4
### Fixed issues
5
- * Defined Names with ` " ` symbols no longer get extraneous ` " ` added when saving in epplus.
6
- * Reading in RichText data on in-line strings now works as expected.
7
- * Negations of Defined Names and Ranges in shared formulas sometimes recieved the wrong sign in the calculation as the negation flag was not cleared.
5
+ * Defined Names with ` " ` symbols no longer get extraneous ` " ` added when saving in EPPlus.
6
+ * Reading RichText data on in-line strings now works as expected.
7
+ * Negations of Defined Names and Ranges in shared formulas sometimes received the wrong sign in the calculation as the negation flag was not cleared.
8
+ * 'ExcelRangeBase.ToCollection()' auto-mapping sometimes threw an exception as the wrong property type was used.
9
+ * Using 'ExcelRangeBse.LoadFromCollection' with Nullable property members in a collection now returns columns as expected.
8
10
9
11
## Version 7.1.1
10
12
### Minor Features and fixed issues
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >net8.0;net7.0;net6.0;netstandard2.1;netstandard2.0;net462;net35</TargetFrameworks >
4
- <AssemblyVersion >7.1.1 .0</AssemblyVersion >
5
- <FileVersion >7.1.1 .0</FileVersion >
6
- <Version >7.1.1 </Version >
4
+ <AssemblyVersion >7.1.2 .0</AssemblyVersion >
5
+ <FileVersion >7.1.2 .0</FileVersion >
6
+ <Version >7.1.2 </Version >
7
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
8
<PackageProjectUrl >https://epplussoftware.com</PackageProjectUrl >
9
9
<Authors >EPPlus Software AB</Authors >
18
18
<PackageReadmeFile >readme.md</PackageReadmeFile >
19
19
<Copyright >EPPlus Software AB</Copyright >
20
20
<PackageReleaseNotes >
21
- EPPlus 7.1.1
21
+ EPPlus 7.1.2
22
22
23
23
IMPORTANT NOTICE!
24
24
From version 5 EPPlus changes the license model using a dual license, Polyform Non Commercial / Commercial license.
25
25
EPPlus will still have the source available, but for non Polyform NC compliant projects, EPPlus will provide a commercial license.
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 7.1.2
30
+ * Bug fixes
31
+
29
32
## Version 7.1.1
30
33
* Bug fixes
31
34
You can’t perform that action at this time.
0 commit comments