Skip to content

Commit

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

---

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

### 0.9.0
- [New] Support async (@isdaniel)
Expand Down
3 changes: 2 additions & 1 deletion release-note/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@



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

### 0.9.0
- [New] Support async (@isdaniel)
Expand Down
4 changes: 2 additions & 2 deletions release-note/README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

---


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

### 0.9.0
- [New] Support async (@isdaniel)
Expand Down
3 changes: 2 additions & 1 deletion src/MiniWord/MiniWord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<None Include="icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.1" />
<!--<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.1" />-->
<PackageReference Include="DocumentFormat.OpenXml" Version="[3.1.1,4.0.0)" />
</ItemGroup>
</Project>

0 comments on commit 725e36b

Please sign in to comment.