Skip to content

Commit

Permalink
Bumps into v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Dec 25, 2022
1 parent 7955aef commit af895d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

---

## v0.2.1 [2022-12-25]

### Fixed

- Fixed incorrect JSON converter resulting in startup failure (7955aefdfd61fcc28420e30640628890c15ba781)

## v0.2.0 [2022-12-25]

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

# 变更日志

## v0.2.1 [2022-12-25]

- 修复了导致启动失败的 JSON 转换器错误 (7955aefdfd61fcc28420e30640628890c15ba781)

## v0.2.0 [2022-12-25]

### 更新路线
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.2.0</VersionPrefix>
<VersionPrefix>0.2.1</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit af895d7

Please sign in to comment.