Skip to content

Commit

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

---

## v0.2.5 [2023-03-16]

### Added

- Added an optional `Nullable<GameCreationSource>` parameter for `Kook.GetGamesAsync`.
(22b799ac87867590045c87771b0344acd3e80339)

## v0.2.4 [2023-03-09]

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

# 变更日志

## v0.2.5 [2023-03-16]

### 新增

- 为方法 `Kook.GetGamesAsync` 新增可选参数 `Nullable<GameCreationSource>`

## v0.2.4 [2023-03-09]

### 新增
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.4</VersionPrefix>
<VersionPrefix>0.2.5</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 0a4be85

Please sign in to comment.