File tree Expand file tree Collapse file tree 4 files changed +32
-1
lines changed Expand file tree Collapse file tree 4 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 23
23
---
24
24
25
25
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
+
26
36
### 1.34.2
37
+
27
38
- [ New] Add MniExcelDataReaderBase class to simplify code (#651 ) (via @ArgoZhang )
28
39
- [ OPT] perf csv insert (#653 ) (via @izanhzh )
29
40
- [ Bug] Fix dimension writing in FastMode (#659 ) (via @Discolai )
Original file line number Diff line number Diff line change 25
25
26
26
---
27
27
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
+
28
37
### 1.34.2
38
+
29
39
- [ New] Add MniExcelDataReaderBase class to simplify code (#651 ) (via @ArgoZhang )
30
40
- [ OPT] perf csv insert (#653 ) (via @izanhzh )
31
41
- [ Bug] Fix dimension writing in FastMode (#659 ) (via @Discolai )
Original file line number Diff line number Diff line change 24
24
25
25
---
26
26
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
+
27
36
### 1.34.2
37
+
28
38
- [ New] Add MniExcelDataReaderBase class to simplify code (#651 ) (via @ArgoZhang )
29
39
- [ OPT] perf csv insert (#653 ) (via @izanhzh )
30
40
- [ Bug] Fix dimension writing in FastMode (#659 ) (via @Discolai )
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;</TargetFrameworks >
4
- <Version >1.34.2 </Version >
4
+ <Version >1.35.0 </Version >
5
5
</PropertyGroup >
6
6
<PropertyGroup >
7
7
<AssemblyName >MiniExcel</AssemblyName >
You can’t perform that action at this time.
0 commit comments