File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33---
4+ ## v0.9.7 [ 2025-03-09]
5+
6+ ### Added
7+
8+ - Added support for multi-instance injection of Webhook clients.
9+
10+ ### Fixed
11+
12+ - Fixed an issue where the overload method of ` AddKookAspNetWebhookClient ` receiving ` KookAspNetWebhookConfig ` failed to
13+ properly register client instances.
14+
15+ ### Misc
16+
17+ - Removed dependency on ` FluentAssertions ` .
18+ - Fixed null reference warnings in F# sample code.
19+ - Optimized entity creation process in integration test projects by using ` IAsyncLifetime ` .
20+ - Improved the OAuth sample project by providing example code for retrieving joined guilds.
421
522## v0.9.6 [ 2025-01-05]
623
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ImplicitUsings >enable</ImplicitUsings >
44 <Nullable >enable</Nullable >
5- <VersionPrefix >0.9.6 </VersionPrefix >
5+ <VersionPrefix >0.9.7 </VersionPrefix >
66<!-- <VersionSuffix>beta5</VersionSuffix>-->
77 <IsPackable >false</IsPackable >
88 <IsTrimmable >false</IsTrimmable >
Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ title: 变更日志
55
66# 变更日志
77
8+ ## v0.9.7 [ 2025-03-09]
9+
10+ ### 新增
11+
12+ - 新增 Webhook 客户端多实例注入的支持。
13+
14+ ### 修复
15+
16+ - 修复 AddKookAspNetWebhookClient 接收 ` KookAspNetWebhookConfig ` 的重载未能正确注册客户端实例的问题。
17+
18+ ### 其他
19+
20+ - 移除对 ` FluentAssertions ` 的依赖。
21+ - 修正 F# 示例代码中的空引用警告。
22+ - 优化集成测试项目中的实体创建过程,使用 ` IAsyncLifetime ` 。
23+ - 改进 OAuth 示例项目,提供获取所加入服务器的示例代码。
24+
825## v0.9.6 [ 2025-01-05]
926
1027### 新增
You can’t perform that action at this time.
0 commit comments