Skip to content

Commit 725e36b

Browse files
committed
Fix openxml version
1 parent c1fe7dd commit 725e36b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

release-note/README.md

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

2323
---
2424

25-
### 0.9.1
25+
### 0.9.1-0.9.2
2626
- [Bug] Fix async (via @isdaniel)
27+
- [Bug] Fix openxml version
2728

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

release-note/README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424

2525

2626

27-
### 0.9.1
27+
### 0.9.1-0.9.2
2828
- [Bug] Fix async (via @isdaniel)
29+
- [Bug] Fix openxml version
2930

3031
### 0.9.0
3132
- [New] Support async (@isdaniel)

release-note/README.zh-Hant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
---
2424

25-
26-
### 0.9.1
25+
### 0.9.1-0.9.2
2726
- [Bug] Fix async (via @isdaniel)
27+
- [Bug] Fix openxml version
2828

2929
### 0.9.0
3030
- [New] Support async (@isdaniel)

src/MiniWord/MiniWord.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<None Include="icon.png" Pack="true" PackagePath="\" />
3333
</ItemGroup>
3434
<ItemGroup>
35-
<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.1" />
35+
<!--<PackageReference Include="DocumentFormat.OpenXml" Version="3.0.1" />-->
36+
<PackageReference Include="DocumentFormat.OpenXml" Version="[3.1.1,4.0.0)" />
3637
</ItemGroup>
3738
</Project>

0 commit comments

Comments
 (0)