Skip to content

Commit ed16a6d

Browse files
committed
0.6.0
1 parent edbe502 commit ed16a6d

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

release-note/README.md

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

2525

2626

27-
### 0.5.0
27+
### 0.6.0
28+
- [New] Support hyperLink (#33 via @isdaniel)
29+
- [New] Support custom font color and highlight color (#35 via impPDX)
30+
- [New] Support 2 level object parameter (#32 via @ping9719 , @shps951023)
31+
- [Bug] Fix Multiple tags format error (#37 via @shps951023)
2832

33+
### 0.5.0
2934
- [New] support object & dynamic parameter (#19 via @isdaniel )
3035

3136

32-
3337
### 0.4.0
34-
3538
- [New] support HeaderParts, FooterParts template
3639
- [Bug] fixed multiple table generate problem #18
3740

release-note/README.zh-CN.md

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

2525

26+
### 0.6.0
27+
- [New] 支持 hyperLink (#33 via @isdaniel)
28+
- [New] 支持 custom font color and highlight color (#35 via impPDX)
29+
- [New] 支持 2 level object parameter (#32 via @ping9719 , @shps951023)
30+
- [Bug] 修正 Multiple tags format error (#37 via @shps951023)
2631

2732
### 0.5.0
2833

release-note/README.zh-Hant.md

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

2525

2626

27+
### 0.6.0
28+
- [New] 支持 hyperLink (#33 via @isdaniel)
29+
- [New] 支持 custom font color and highlight color (#35 via impPDX)
30+
- [New] 支持 2 level object parameter (#32 via @ping9719 , @shps951023)
31+
- [Bug] 修正 Multiple tags format error (#37 via @shps951023)
32+
33+
2734
### 0.5.0
2835

2936
- [New] 支持 object & dynamic parameter (#19 via @isdaniel )

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;net5.0</TargetFrameworks>
4-
<Version>0.5.0</Version>
4+
<Version>0.6.0</Version>
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyName>MiniWord</AssemblyName>

0 commit comments

Comments
 (0)