Skip to content

Commit 8e41121

Browse files
committed
1.35.0
1 parent 92b295d commit 8e41121

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

docs/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,18 @@
2323
---
2424

2525

26+
27+
### 1.35.0
28+
29+
- [New] Formula attribute added to support in rows with dto or dynamic attributes (#679) (via @RaZer0k & Co-authored-by: Eulises Vargas )
30+
- [New] Async implementation of freezing top row (#684) (via @BaatenHannes )
31+
- [New] Upgrade to .NET 8.0 and refactor input value extraction (#681) (via @ramioh )
32+
- [Bug] Yield empty self-closing row tags as empty row during query. (#673) (via @aulickiDnv )
33+
34+
35+
2636
### 1.34.2
37+
2738
- [New] Add MniExcelDataReaderBase class to simplify code (#651) (via @ArgoZhang )
2839
- [OPT] perf csv insert (#653) (via @izanhzh )
2940
- [Bug] Fix dimension writing in FastMode (#659) (via @Discolai )

docs/README.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@
2525

2626
---
2727

28+
29+
30+
### 1.35.0
31+
32+
- [New] Formula attribute added to support in rows with dto or dynamic attributes (#679) (via @RaZer0k & Co-authored-by: Eulises Vargas )
33+
- [New] Async implementation of freezing top row (#684) (via @BaatenHannes )
34+
- [New] Upgrade to .NET 8.0 and refactor input value extraction (#681) (via @ramioh )
35+
- [Bug] Yield empty self-closing row tags as empty row during query. (#673) (via @aulickiDnv )
36+
2837
### 1.34.2
38+
2939
- [New] Add MniExcelDataReaderBase class to simplify code (#651) (via @ArgoZhang )
3040
- [OPT] perf csv insert (#653) (via @izanhzh )
3141
- [Bug] Fix dimension writing in FastMode (#659) (via @Discolai )

docs/README.zh-Hant.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@
2424

2525
---
2626

27+
28+
29+
### 1.35.0
30+
31+
- [New] Formula attribute added to support in rows with dto or dynamic attributes (#679) (via @RaZer0k & Co-authored-by: Eulises Vargas )
32+
- [New] Async implementation of freezing top row (#684) (via @BaatenHannes )
33+
- [New] Upgrade to .NET 8.0 and refactor input value extraction (#681) (via @ramioh )
34+
- [Bug] Yield empty self-closing row tags as empty row during query. (#673) (via @aulickiDnv )
35+
2736
### 1.34.2
37+
2838
- [New] Add MniExcelDataReaderBase class to simplify code (#651) (via @ArgoZhang )
2939
- [OPT] perf csv insert (#653) (via @izanhzh )
3040
- [Bug] Fix dimension writing in FastMode (#659) (via @Discolai )

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;</TargetFrameworks>
4-
<Version>1.34.2</Version>
4+
<Version>1.35.0</Version>
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyName>MiniExcel</AssemblyName>

0 commit comments

Comments
 (0)