Skip to content

Commit 6744a78

Browse files
committed
1.41.2
1 parent 9d59b57 commit 6744a78

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
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

docs/README.zh-CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
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)

docs/README.zh-Hant.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
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)

src/MiniExcel/MiniExcelLibs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)