From 8e4112160cadf056c746e3fa0473557d89c89915 Mon Sep 17 00:00:00 2001 From: Wei Lin Date: Sat, 9 Nov 2024 11:46:11 +0800 Subject: [PATCH] 1.35.0 --- docs/README.md | 11 +++++++++++ docs/README.zh-CN.md | 10 ++++++++++ docs/README.zh-Hant.md | 10 ++++++++++ src/MiniExcel/MiniExcelLibs.csproj | 2 +- 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e6ea17f..af030bd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,7 +23,18 @@ --- + +### 1.35.0 + +- [New] Formula attribute added to support in rows with dto or dynamic attributes (#679) (via @RaZer0k & Co-authored-by: Eulises Vargas ) +- [New] Async implementation of freezing top row (#684) (via @BaatenHannes ) +- [New] Upgrade to .NET 8.0 and refactor input value extraction (#681) (via @ramioh ) +- [Bug] Yield empty self-closing row tags as empty row during query. (#673) (via @aulickiDnv ) + + + ### 1.34.2 + - [New] Add MniExcelDataReaderBase class to simplify code (#651) (via @ArgoZhang ) - [OPT] perf csv insert (#653) (via @izanhzh ) - [Bug] Fix dimension writing in FastMode (#659) (via @Discolai ) diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 527423e..be65700 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -25,7 +25,17 @@ --- + + +### 1.35.0 + +- [New] Formula attribute added to support in rows with dto or dynamic attributes (#679) (via @RaZer0k & Co-authored-by: Eulises Vargas ) +- [New] Async implementation of freezing top row (#684) (via @BaatenHannes ) +- [New] Upgrade to .NET 8.0 and refactor input value extraction (#681) (via @ramioh ) +- [Bug] Yield empty self-closing row tags as empty row during query. (#673) (via @aulickiDnv ) + ### 1.34.2 + - [New] Add MniExcelDataReaderBase class to simplify code (#651) (via @ArgoZhang ) - [OPT] perf csv insert (#653) (via @izanhzh ) - [Bug] Fix dimension writing in FastMode (#659) (via @Discolai ) diff --git a/docs/README.zh-Hant.md b/docs/README.zh-Hant.md index 8974197..ef5ebef 100644 --- a/docs/README.zh-Hant.md +++ b/docs/README.zh-Hant.md @@ -24,7 +24,17 @@ --- + + +### 1.35.0 + +- [New] Formula attribute added to support in rows with dto or dynamic attributes (#679) (via @RaZer0k & Co-authored-by: Eulises Vargas ) +- [New] Async implementation of freezing top row (#684) (via @BaatenHannes ) +- [New] Upgrade to .NET 8.0 and refactor input value extraction (#681) (via @ramioh ) +- [Bug] Yield empty self-closing row tags as empty row during query. (#673) (via @aulickiDnv ) + ### 1.34.2 + - [New] Add MniExcelDataReaderBase class to simplify code (#651) (via @ArgoZhang ) - [OPT] perf csv insert (#653) (via @izanhzh ) - [Bug] Fix dimension writing in FastMode (#659) (via @Discolai ) diff --git a/src/MiniExcel/MiniExcelLibs.csproj b/src/MiniExcel/MiniExcelLibs.csproj index db9dff8..6b5fb5f 100644 --- a/src/MiniExcel/MiniExcelLibs.csproj +++ b/src/MiniExcel/MiniExcelLibs.csproj @@ -1,7 +1,7 @@  net45;netstandard2.0;net8.0; - 1.34.2 + 1.35.0 MiniExcel