Skip to content

Commit

Permalink
Bumps into v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Dec 30, 2022
1 parent ed956d7 commit 4c532b4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

---

## v0.2.2 [2022-12-30]

### Fixed

- Fixed an issue that `SocketTextChannel.SendCard(s)Async` does not assign `ephemeralUser` parameter well.
(7511f113146f85c9f6157534ba2ce1444080b795)

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

### Fixed

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

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

Expand Down
8 changes: 8 additions & 0 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ title: 变更日志

# 变更日志

## v0.2.2 [2022-12-30]

### 修复

- 修复了 `SocketTextChannel.SendCard(s)Async` 设置 `ephemeralUser` 参数不生效的问题 (7511f113146f85c9f6157534ba2ce1444080b795)

## 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.1</VersionPrefix>
<VersionPrefix>0.2.2</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 4c532b4

Please sign in to comment.