Skip to content

Commit c1fe7dd

Browse files
committed
0.9.1
1 parent a023b81 commit c1fe7dd

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

release-note/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
---
2424

25-
25+
### 0.9.1
26+
- [Bug] Fix async (via @isdaniel)
2627

2728
### 0.9.0
2829
- [New] Support async (@isdaniel)

release-note/README.zh-CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525

2626

27+
### 0.9.1
28+
- [Bug] Fix async (via @isdaniel)
29+
2730
### 0.9.0
2831
- [New] Support async (@isdaniel)
2932
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)

release-note/README.zh-Hant.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
---
2424

2525

26+
### 0.9.1
27+
- [Bug] Fix async (via @isdaniel)
28+
2629
### 0.9.0
2730
- [New] Support async (@isdaniel)
2831
- [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)

src/MiniWord/MiniWord.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45;netstandard2.0;</TargetFrameworks>
4-
<Version>0.9.0</Version>
4+
<Version>0.9.1</Version>
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyName>MiniWord</AssemblyName>

0 commit comments

Comments
 (0)