From c1fe7ddb01ac60ce7c5c8036bae4a350126cc626 Mon Sep 17 00:00:00 2001 From: Wei Lin Date: Sat, 14 Dec 2024 19:14:34 +0800 Subject: [PATCH] 0.9.1 --- release-note/README.md | 3 ++- release-note/README.zh-CN.md | 3 +++ release-note/README.zh-Hant.md | 3 +++ src/MiniWord/MiniWord.csproj | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/release-note/README.md b/release-note/README.md index e39cb67..afdfa2e 100644 --- a/release-note/README.md +++ b/release-note/README.md @@ -22,7 +22,8 @@ --- - +### 0.9.1 +- [Bug] Fix async (via @isdaniel) ### 0.9.0 - [New] Support async (@isdaniel) diff --git a/release-note/README.zh-CN.md b/release-note/README.zh-CN.md index b6b283f..cfc479c 100644 --- a/release-note/README.zh-CN.md +++ b/release-note/README.zh-CN.md @@ -24,6 +24,9 @@ +### 0.9.1 +- [Bug] Fix async (via @isdaniel) + ### 0.9.0 - [New] Support async (@isdaniel) - [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719) diff --git a/release-note/README.zh-Hant.md b/release-note/README.zh-Hant.md index 34fdec3..dfb6dab 100644 --- a/release-note/README.zh-Hant.md +++ b/release-note/README.zh-Hant.md @@ -23,6 +23,9 @@ --- +### 0.9.1 +- [Bug] Fix async (via @isdaniel) + ### 0.9.0 - [New] Support async (@isdaniel) - [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719) diff --git a/src/MiniWord/MiniWord.csproj b/src/MiniWord/MiniWord.csproj index 1a018be..6653a52 100644 --- a/src/MiniWord/MiniWord.csproj +++ b/src/MiniWord/MiniWord.csproj @@ -1,7 +1,7 @@  net45;netstandard2.0; - 0.9.0 + 0.9.1 MiniWord