Skip to content

Commit 41f49ad

Browse files
committed
RELEASE: v5.8.0
1 parent 769af0e commit 41f49ad

10 files changed

Lines changed: 37 additions & 17 deletions

File tree

CHANGELOG.md

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

3-
[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/5.6.0) [![](https://img.shields.io/badge/NuGet-Maa.Framework.Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Native/5.6.0) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/5.6.0) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/5.6.0)
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)
44

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

7-
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.4.1...v5.6.0
7+
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.6.0...5.8.0
88

99
### New features
1010

11-
- feat: IMaaContext.WaitFreezes() @moomiji
12-
- feat: MaaAgentClient supports TCP communication @moomiji
13-
- feat: update C API bindings to MaaFramework v5.5.0 (#24) @MistEO @moomiji
11+
- feat: support IMaaController.Info @moomiji
12+
- feat: support MaaWlRootsController @moomiji
13+
- feat: support IMaaController.Inactive() @moomiji
1414

1515
### Other
1616

17-
- chore: update interop to framework v5.6.0 @moomiji
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

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.6.0) ✨_
7+
_✨ C# Binding for [MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1) ✨_
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.6.0/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) | [简体中文](https://github.com/MaaXYZ/MaaFramework/blob/v5.6.0/docs/zh_cn/1.1-快速开始.md#准备资源文件)
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#准备资源文件)
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.6.0) 的 C# 绑定 ✨_
7+
_[MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v5.8.1) 的 C# 绑定 ✨_
88

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

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

4343
### 资源准备
4444

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

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

docs/articles/changelog-all-version.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 5.8.0
2+
3+
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.6.0...5.8.0
4+
5+
### New features
6+
7+
- feat: support IMaaController.Info @moomiji
8+
- feat: support MaaWlRootsController @moomiji
9+
- feat: support IMaaController.Inactive() @moomiji
10+
11+
### Other
12+
13+
- RELEASE: v5.8.0 @moomiji
14+
- chore: update interop to framework v5.8.1 @moomiji
15+
- chore: update Win32ScreencapMethod document @moomiji
16+
- chore(UnitTests): fix test cases @moomiji
17+
118
## v5.6.0
219

320
**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v5.4.1...v5.6.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.6.0) and Api ([v5.6.0](https://github.com/MaaXYZ/MaaFramework/tree/v5.6.0))
1+
# Overview of Wrapper (v5.8.0) and Api ([v5.8.1](https://github.com/MaaXYZ/MaaFramework/tree/v5.8.1))
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.6.0
3+
#:package Maa.Framework@5.8.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.6.0
3+
#:package Maa.Framework.Binding.Native@5.8.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.6.0
3+
#:package Maa.Framework@5.8.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.6.0
3+
#:package Maa.Framework@5.8.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.6.0";
14+
public static string BindingVersion => "v5.8.0";
1515

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

0 commit comments

Comments
 (0)