diff --git a/docs/README.md b/docs/README.md index 91585870..e6ea17f4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,6 +22,14 @@ --- + +### 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 ) +- [Bug] Fix QueryAsDataTable can't read Excel with only header rows (#647) (via @Discolai ) + + ### 1.34.1 - [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp) - [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli) diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 61ee59ad..527423ea 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -25,6 +25,12 @@ --- +### 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 ) +- [Bug] Fix QueryAsDataTable can't read Excel with only header rows (#647) (via @Discolai ) + ### 1.34.1 - [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp) - [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli) @@ -51,7 +57,9 @@ - [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak) - [New] Make System.DateOnly available as date in Excel (#576) (via @ofthelit) - [New] Allow ampersand in sheet names (via @ofthelit) -- [OPT] Use true async processing for excel writer (#573) (via @duszekmestre) +- [OPT] Us +- +- e true async processing for excel writer (#573) (via @duszekmestre) - [Bug] Fix nullable enumeration conversion failure #567) (via @PurplestViper) - [Bug] IEnumerable traversed twice #422 (via @Discolai) - [Bug] Fix Read empty string as null (via @pszybiak) diff --git a/docs/README.zh-Hant.md b/docs/README.zh-Hant.md index 62f6d43b..89741977 100644 --- a/docs/README.zh-Hant.md +++ b/docs/README.zh-Hant.md @@ -24,6 +24,12 @@ --- +### 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 ) +- [Bug] Fix QueryAsDataTable can't read Excel with only header rows (#647) (via @Discolai ) + ### 1.34.1 - [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp) - [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli) diff --git a/src/MiniExcel/MiniExcelLibs.csproj b/src/MiniExcel/MiniExcelLibs.csproj index cd545b96..efadbacc 100644 --- a/src/MiniExcel/MiniExcelLibs.csproj +++ b/src/MiniExcel/MiniExcelLibs.csproj @@ -1,7 +1,7 @@  net45;netstandard2.0;net6.0; - 1.34.1 + 1.34.2 MiniExcel