Skip to content

Commit

Permalink
Bumps into v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Mar 19, 2023
1 parent c076ce8 commit 439c0f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## v0.3.1 [2023-03-19]

### Added

- Added `ICard.ToJsonString` and `ICardBuilder.ToJsonString` for cards JSON serialization;
Added `CardJsonExtension.Parse` and `CardJsonExtension.TryParse` for cards JSON deserialization.
(c076ce8feadf9c6aaa54b44bd68466b47d3767e4)

## v0.3.0 [2023-03-19]

### Update Path
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ title: 变更日志

# 变更日志

## v0.3.1 [2023-03-19]

### 新增

- 新增 [ICard.ToJsonString](xref:Kook.Rest.CardJsonExtension.ToJsonString(Kook.ICard,System.Boolean))
[ICardBuilder.ToJsonString](xref:Kook.Rest.CardJsonExtension.ToJsonString(Kook.ICardBuilder,System.Boolean)) 以支持卡片 JSON
序列化,新增 [CardJsonExtension.Parse](xref:Kook.Rest.CardJsonExtension.Parse(System.String))
[CardJsonExtension.TryParse](xref:Kook.Rest.CardJsonExtension.TryParse(System.String,Kook.ICardBuilder@)) 以支持卡片 JSON 反序列化

## v0.3.0 [2023-03-19]

### 更新路线
Expand Down
2 changes: 1 addition & 1 deletion src/Kook.Net.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.3.1</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 439c0f8

Please sign in to comment.