File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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### 修复
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments