File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2323---
2424
2525
26+ ### 1.41.2
27+ - [ New] Fixes enum behaviour and adds support for DescriptionAttribute when saving by template (via @michelebastione )
28+ - [ Bug] SaveAsByTemplate - Excel Dimension Xml is null #459 (via @michelebastione )
29+ - [ Other] Benchmarks refactoring and adaptation for making them run on Github Actions (#777 ) (via @michelebastione )
30+ - [ Other] add deepwiki link and badge (via @isdaniel )
31+
32+
2633### 1.41.1
2734- [ New] Added sheet dimensions feature (#774 ) (via @michelebastione )
2835- [ Bug] Fix Saving by template introduces unintended value replication in each row #771
Original file line number Diff line number Diff line change 2727
2828
2929
30-
30+ ### 1.41.2
31+ - [ New] 增加 enum behaviour and adds support for DescriptionAttribute when saving by template (via @michelebastione )
32+ - [ Bug] SaveAsByTemplate - Excel Dimension Xml is null #459 (via @michelebastione )
33+ - [ Other] Benchmarks refactoring and adaptation for making them run on Github Actions (#777 ) (via @michelebastione )
34+ - [ Other] 增加 deepwiki link and badge (via @isdaniel )
3135
3236### 1.41.1
3337- [ New] Added sheet dimensions feature (#774 ) (via @michelebastione )
Original file line number Diff line number Diff line change 2525---
2626
2727
28+ ### 1.41.2
29+ - [ New] 增加 enum behaviour and adds support for DescriptionAttribute when saving by template (via @michelebastione )
30+ - [ Bug] SaveAsByTemplate - Excel Dimension Xml is null #459 (via @michelebastione )
31+ - [ Other] Benchmarks refactoring and adaptation for making them run on Github Actions (#777 ) (via @michelebastione )
32+ - [ Other] 增加 deepwiki link and badge (via @isdaniel )
2833
2934### 1.41.1
3035- [ New] Added sheet dimensions feature (#774 ) (via @michelebastione )
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net45;netstandard2.0;net8.0;net9.0</TargetFrameworks >
4- <Version >1.41.1 </Version >
4+ <Version >1.41.2 </Version >
55 </PropertyGroup >
66 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
77 <LangVersion >8</LangVersion >
You can’t perform that action at this time.
0 commit comments