Skip to content

Commit 6f7ce30

Browse files
committed
1.37.0
1 parent 9e5fea6 commit 6f7ce30

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

Diff for: docs/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222

2323
---
2424

25+
### 1.37.0
26+
- [New] feat: support insert sheet (#709) (via @izanhzh)
27+
- [Bug] fix(MiniExcelDataReader): GetOrdinal always returns 0 (#711) (via @izanhzh)
28+
- [OPT] Generalize excel writing with a common write adapter and implement writing IAsyncEnumerable (#712) (via @Discolai , @izanhzh)
29+
30+
### 1.36.1
31+
- [New] feat(MiniExcelDataReaderBase): add asynchronous support (#706) (via @izanhzh , @ArgoZhang )
2532

2633
### 1.36.0
2734
- [New] Write auto column width (#695) (via @Discolai)

Diff for: docs/README.zh-CN.md

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525

2626
---
2727

28+
### 1.37.0
29+
- [New] feat: support insert sheet (#709) (via @izanhzh)
30+
- [Bug] fix(MiniExcelDataReader): GetOrdinal always returns 0 (#711) (via @izanhzh)
31+
- [OPT] Generalize excel writing with a common write adapter and implement writing IAsyncEnumerable (#712) (via @Discolai , @izanhzh)
32+
33+
34+
### 1.36.1
35+
- [New] feat(MiniExcelDataReaderBase): add asynchronous support (#706) (via @izanhzh , @ArgoZhang )
2836

2937
### 1.36.0
3038
- [New] Write auto column width (#695) (via @Discolai)

Diff for: docs/README.zh-Hant.md

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
---
2626

2727

28+
### 1.37.0
29+
- [New] feat: support insert sheet (#709) (via @izanhzh)
30+
- [Bug] fix(MiniExcelDataReader): GetOrdinal always returns 0 (#711) (via @izanhzh)
31+
- [OPT] Generalize excel writing with a common write adapter and implement writing IAsyncEnumerable (#712) (via @Discolai , @izanhzh)
32+
33+
34+
### 1.36.1
35+
- [New] feat(MiniExcelDataReaderBase): add asynchronous support (#706) (via @izanhzh , @ArgoZhang )
36+
2837
### 1.36.0
2938
- [New] Write auto column width (#695) (via @Discolai)
3039
- [New] Enhance IDataReader export with DynamicColumnFirst and Custom Formatting Delegate (#700) (via @

Diff for: src/MiniExcel/MiniExcelLibs.csproj

+1-1
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;</TargetFrameworks>
4-
<Version>1.36.1</Version>
4+
<Version>1.37.0</Version>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
77
<LangVersion>8</LangVersion>

0 commit comments

Comments
 (0)