Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed Dec 14, 2024
1 parent a023b81 commit c1fe7dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion release-note/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

---


### 0.9.1
- [Bug] Fix async (via @isdaniel)

### 0.9.0
- [New] Support async (@isdaniel)
Expand Down
3 changes: 3 additions & 0 deletions release-note/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions release-note/README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/MiniWord/MiniWord.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;</TargetFrameworks>
<Version>0.9.0</Version>
<Version>0.9.1</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>MiniWord</AssemblyName>
Expand Down

0 comments on commit c1fe7dd

Please sign in to comment.