Skip to content

Commit 5106b0b

Browse files
committed
RELEASE: v5.10.0
1 parent 6ccc0dd commit 5106b0b

10 files changed

Lines changed: 45 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
### NuGet Link
22

3-
[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/5.6.0-8-g8aa457f) [![](https://img.shields.io/badge/NuGet-Maa.Framework.Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Native/5.6.0-8-g8aa457f) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/5.6.0-8-g8aa457f) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/5.6.0-8-g8aa457f)
3+
[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/5.10.0) [![](https://img.shields.io/badge/NuGet-Maa.Framework.Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Native/5.10.0) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/5.10.0) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/5.10.0)
44

5-
## What's Changed in 5.8.0
5+
## What's Changed in v5.10.0
66

7-
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.6.0...5.8.0
7+
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.8.0...v5.10.0
8+
9+
## Breaking changes
10+
11+
- [Breaking change] feat: support Win32ScreencapMethods speed test (#29) @moomiji
812

913
### New features
1014

11-
- feat: support IMaaController.Info @moomiji
12-
- feat: support MaaWlRootsController @moomiji
13-
- feat: support IMaaController.Inactive() @moomiji
15+
- feat: configure AgentServer logging @moomiji
16+
- feat: update C API bindings to MaaFramework v5.10.5 (#27) @Copilot @MistEO @moomiji
17+
18+
### Fix
19+
20+
- fix: wlroots use_win32_vk_code method signature (#28) @litwak913
1421

1522
### Other
1623

17-
- RELEASE: v5.8.0 @moomiji
18-
- chore: update interop to framework v5.8.1 @moomiji
19-
- chore: update Win32ScreencapMethod document @moomiji
20-
- chore(UnitTests): fix test cases @moomiji
24+
- chore: update interop to framework v5.10.5 @moomiji

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# MaaFramework.Binding.CSharp
66

7-
_✨ C# Binding for [MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1) ✨_
7+
_✨ C# Binding for [MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v5.10.5) ✨_
88

99
_💫 A universal interop API wrapper 💫_
1010

@@ -42,7 +42,7 @@ Required dependencies for `MaaFramework.Binding.CSharp`:
4242

4343
### Resource Setup
4444

45-
Refer to MaaFramework docs: [English](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) | [简体中文](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1/docs/zh_cn/1.1-快速开始.md#准备资源文件)
45+
Refer to MaaFramework docs: [English](https://github.com/MaaXYZ/MaaFramework/blob/v5.10.5/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) | [简体中文](https://github.com/MaaXYZ/MaaFramework/blob/v5.10.5/docs/zh_cn/1.1-快速开始.md#准备资源文件)
4646

4747
See [SampleResource](./src/MaaFramework.Binding.UnitTests/SampleResource) for implementation.
4848

README.zh_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# MaaFramework.Binding.CSharp
66

7-
_[MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1) 的 C# 绑定 ✨_
7+
_[MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v5.10.5) 的 C# 绑定 ✨_
88

99
_💫 一个通用的互操作 API 封装 💫_
1010

@@ -42,7 +42,7 @@ _💫 一个通用的互操作 API 封装 💫_
4242

4343
### 资源准备
4444

45-
参考 MaaFramework 文档:[English](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) | [简体中文](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1/docs/zh_cn/1.1-快速开始.md#准备资源文件)
45+
参考 MaaFramework 文档:[English](https://github.com/MaaXYZ/MaaFramework/blob/v5.10.5/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) | [简体中文](https://github.com/MaaXYZ/MaaFramework/blob/v5.10.5/docs/zh_cn/1.1-快速开始.md#准备资源文件)
4646

4747
实现示例可查看 [SampleResource](./src/MaaFramework.Binding.UnitTests/SampleResource)
4848

docs/articles/changelog-all-version.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 5.10.0
2+
3+
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.8.0...v5.10.0
4+
5+
## Breaking changes
6+
7+
- [Breaking change] feat: support Win32ScreencapMethods speed test (#29) @moomiji
8+
9+
### New features
10+
11+
- feat: configure AgentServer logging @moomiji
12+
- feat: update C API bindings to MaaFramework v5.10.5 (#27) @Copilot @MistEO @moomiji
13+
14+
### Fix
15+
16+
- fix: wlroots use_win32_vk_code method signature (#28) @litwak913
17+
18+
### Other
19+
20+
- chore: update interop to framework v5.10.5 @moomiji
21+
122
## 5.8.0
223

324
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.6.0...5.8.0

docs/articles/overview-of-wrapper-and-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Overview of Wrapper (v5.8.0) and Api ([v5.8.1](https://github.com/MaaXYZ/MaaFramework/tree/v5.8.1))
1+
# Overview of Wrapper (v5.10.0) and Api ([v5.10.5](https://github.com/MaaXYZ/MaaFramework/tree/v5.10.5))
22

33
## Enums
44

sample/csharp/1.main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/dotnet run
22

3-
#:package Maa.Framework@5.8.0
3+
#:package Maa.Framework@5.10.0
44

55
#nullable enable
66

sample/csharp/2.AgentChild.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/dotnet run
22

3-
#:package Maa.Framework.Binding.Native@5.8.0
3+
#:package Maa.Framework.Binding.Native@5.10.0
44

55
#nullable enable
66

sample/csharp/2.AgentMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/dotnet run
22

3-
#:package Maa.Framework@5.8.0
3+
#:package Maa.Framework@5.10.0
44

55
#nullable enable
66

sample/csharp/3.CSBinding README Example.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/dotnet run
22

3-
#:package Maa.Framework@5.8.0
3+
#:package Maa.Framework@5.10.0
44

55
#nullable enable
66

src/MaaFramework.Binding.Native/NativeBindingContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static class NativeBindingContext
1111
/// <summary>
1212
/// Gets the version of NativeBinding.
1313
/// </summary>
14-
public static string BindingVersion => "v5.8.0";
14+
public static string BindingVersion => "v5.10.0";
1515

1616
/// <summary>
1717
/// Gets the version of MaaFramework.

0 commit comments

Comments
 (0)