Skip to content

Commit 7c2f400

Browse files
committed
Bumps version into v0.10.3
1 parent f51cb7b commit 7c2f400

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,29 @@
22

33
---
44

5+
## v0.10.3 [2025-11-15]
6+
7+
### Fixed
8+
9+
- Resolved and issue where `ModifyPermissionOverwriteAsync` could fail in certain scenarios resulting from
10+
`AddPermissionOverwriteAsync`.
11+
12+
### Misc
13+
14+
- Fixed base image versions in `Dockerfile`s in sample projects.
15+
516
## v0.10.2 [2025-11-11]
617

7-
### Fixes
18+
### Fixed
819

920
- Resolved an issue where injected debugging methods in `KookDebuggers` caused application crashes when exceptions were
1021
thrown.
1122

12-
### Changes
23+
### Changed
1324

1425
- Moved the configuration option `AutoLogoutBeforeLogin` to `KookSocketConfig`.
1526

16-
### Others
27+
### Misc
1728

1829
- Added builds targeting .NET 10 and upgraded the target framework of the sample and test projects to .NET 10.
1930
- Migrated to the `slnx` solution format.

docs/changelog/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ title: 变更日志
55

66
# 变更日志
77

8+
## v0.10.3 [2025-11-15]
9+
10+
### 修复
11+
12+
- 修复 `AddPermissionOverwriteAsync` 在特定情况下可能会 `ModifyPermissionOverwriteAsync` 失败的问题。
13+
14+
### 其他
15+
16+
- 修复示例代码中的 `Dockerfile`
17+
818
## v0.10.2 [2025-11-11]
919

1020
### 修复

props/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
5-
<VersionPrefix>0.10.2</VersionPrefix>
5+
<VersionPrefix>0.10.3</VersionPrefix>
66
<!-- <VersionSuffix>beta2</VersionSuffix>-->
77
<IsPackable>false</IsPackable>
88
<IsTrimmable>false</IsTrimmable>

0 commit comments

Comments
 (0)