From 6161e299fd542fd6218408d7eeace555162f46c1 Mon Sep 17 00:00:00 2001 From: Wei Lin Date: Sat, 10 Aug 2024 16:53:57 +0800 Subject: [PATCH] 1.34.1 --- docs/README.md | 4 ++++ docs/README.zh-CN.md | 4 ++++ docs/README.zh-Hant.md | 4 ++++ src/MiniExcel/MiniExcelLibs.csproj | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 9704b9aa..91585870 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,6 +22,10 @@ --- +### 1.34.1 +- [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp) +- [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli) + ### 1.34.0 - [New] Add freeze panes (#626) (via @meld-cp) - [New] Add DateTime Nullale support (via @jiaguangli) diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 697d9c86..61ee59ad 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -25,6 +25,10 @@ --- +### 1.34.1 +- [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp) +- [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli) + ### 1.34.0 - [New] 支持 freeze panes (#626) (via @meld-cp) - [New] 支持 DateTime Nullale support (via @jiaguangli) diff --git a/docs/README.zh-Hant.md b/docs/README.zh-Hant.md index ae8206bc..62f6d43b 100644 --- a/docs/README.zh-Hant.md +++ b/docs/README.zh-Hant.md @@ -24,6 +24,10 @@ --- +### 1.34.1 +- [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp) +- [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli) + ### 1.34.0 - [New] 支持 freeze panes (#626) (via @meld-cp) - [New] 支持 DateTime Nullale support (via @jiaguangli) diff --git a/src/MiniExcel/MiniExcelLibs.csproj b/src/MiniExcel/MiniExcelLibs.csproj index aa255484..cd545b96 100644 --- a/src/MiniExcel/MiniExcelLibs.csproj +++ b/src/MiniExcel/MiniExcelLibs.csproj @@ -1,7 +1,7 @@  net45;netstandard2.0;net6.0; - 1.34.0 + 1.34.1 MiniExcel