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 23
23
---
24
24
25
25
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
+
26
33
### 1.41.1
27
34
- [ New] Added sheet dimensions feature (#774 ) (via @michelebastione )
28
35
- [ Bug] Fix Saving by template introduces unintended value replication in each row #771
Original file line number Diff line number Diff line change 27
27
28
28
29
29
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 )
31
35
32
36
### 1.41.1
33
37
- [ New] Added sheet dimensions feature (#774 ) (via @michelebastione )
Original file line number Diff line number Diff line change 25
25
---
26
26
27
27
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 )
28
33
29
34
### 1.41.1
30
35
- [ New] Added sheet dimensions feature (#774 ) (via @michelebastione )
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >net45;netstandard2.0;net8.0;net9.0</TargetFrameworks >
4
- <Version >1.41.1 </Version >
4
+ <Version >1.41.2 </Version >
5
5
</PropertyGroup >
6
6
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
7
7
<LangVersion >8</LangVersion >
You can’t perform that action at this time.
0 commit comments