diff --git a/CHANGELOG.md b/CHANGELOG.md index 666a498..1dd7876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,27 @@ ### NuGet Link -[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/v1.8.9.2) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/v1.8.9.2) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/v1.8.9.2) +[![](https://img.shields.io/badge/NuGet-Maa.Framework-%23004880)](https://www.nuget.org/packages/Maa.Framework/v2.0.1-rc.1) [![](https://img.shields.io/badge/NuGet-Maa.Framework.Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Native/v2.0.1-rc.1) [![](https://img.shields.io/badge/NuGet-Binding-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding/v2.0.1-rc.1) [![](https://img.shields.io/badge/NuGet-Native-%23004880)](https://www.nuget.org/packages/Maa.Framework.Binding.Native/v2.0.1-rc.1) -## What's Changed in v1.8.9.2 +## What's Changed in v2.0.1-rc.1 -**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v1.8.9.1...v1.8.9.2 +**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v1.8.9.2...v2.0.1-rc.1 ### New features -- add query extension for MaaTaskJob & wrap query api @moomiji +- support android native library @moomiji +- support platform rid differential nupkgs @moomiji + +### Perfect + +- pretty debugger display @moomiji + +### Fix + +- NuGet package metadata errors @moomiji + +### Other + +- update interop to framework 2.0.1 @moomiji +- remove custom executors @moomiji +- Create README_zh.md & add MFAWPF (#7) @SweetSmellFox +- add solution builder @moomiji diff --git a/README.md b/README.md index ef3564e..386d08f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # MaaFramework.Binding.CSharp -_✨ The csharp binding of [MaaFramework](https://github.com/MaaXYZ/MaaFramework/tree/v1.6.4) ✨_ +_✨ The csharp binding of [MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v2.0.1) ✨_ _💫 A common interoperable API wrapper 💫_ @@ -43,7 +43,7 @@ Your computer should meet the minimum system requirements before you run and use ### Prepare Resources -See MaaFramework document ([en-us](https://github.com/MaaXYZ/MaaFramework/blob/v1.4.0/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) / [zh_cn](https://github.com/MaaXYZ/MaaFramework/blob/v1.4.0/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md#%E5%87%86%E5%A4%87%E8%B5%84%E6%BA%90%E6%96%87%E4%BB%B6)). +See MaaFramework document ( [English](https://github.com/MaaXYZ/MaaFramework/blob/v2.0.1/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) | [简体中文](https://github.com/MaaXYZ/MaaFramework/blob/v2.0.1/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md#%E5%87%86%E5%A4%87%E8%B5%84%E6%BA%90%E6%96%87%E4%BB%B6) ) . Like this [SampleResource](./src/MaaFramework.Binding.UnitTests/SampleResource) in `MaaFramework.Binding.CSharp`. diff --git a/README_zh.md b/README_zh.md index 266f12a..0d9cc83 100644 --- a/README_zh.md +++ b/README_zh.md @@ -4,7 +4,7 @@ # MaaFramework.Binding.CSharp -_✨ [MaaFramework](https://github.com/MaaXYZ/MaaFramework/tree/v1.6.4) 的 C# 绑定 ✨_ +_✨ [MaaFramework](https://github.com/MaaXYZ/MaaFramework/blob/v2.0.1) 的 C# 绑定 ✨_ _💫 一个通用的互操作 API 封装 💫_ @@ -43,7 +43,7 @@ _💫 一个通用的互操作 API 封装 💫_ ### 准备资源 -请参阅 MaaFramework 文档 ([en-us](https://github.com/MaaXYZ/MaaFramework/blob/v1.4.0/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) / [zh_cn](https://github.com/MaaXYZ/MaaFramework/blob/v1.4.0/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md#%E5%87%86%E5%A4%87%E8%B5%84%E6%BA%90%E6%96%87%E4%BB%B6)) 。 +请参阅 MaaFramework 文档 ( [English](https://github.com/MaaXYZ/MaaFramework/blob/v2.0.1/docs/en_us/1.1-QuickStarted.md#prepare-resource-files) | [简体中文](https://github.com/MaaXYZ/MaaFramework/blob/v2.0.1/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md#%E5%87%86%E5%A4%87%E8%B5%84%E6%BA%90%E6%96%87%E4%BB%B6) ) 。 如同在 `MaaFramework.Binding.CSharp` 使用的的 [SampleResource](./src/MaaFramework.Binding.UnitTests/SampleResource) 。 diff --git a/docs/articles/changelog-all-version.md b/docs/articles/changelog-all-version.md index 48e8bdd..cf6c4c0 100644 --- a/docs/articles/changelog-all-version.md +++ b/docs/articles/changelog-all-version.md @@ -1,3 +1,27 @@ +## v2.0.1-rc.1 + +**Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v1.8.9.2...v2.0.1-rc.1 + +### New features + +- support android native library @moomiji +- support platform rid differential nupkgs @moomiji + +### Perfect + +- pretty debugger display @moomiji + +### Fix + +- NuGet package metadata errors @moomiji + +### Other + +- update interop to framework 2.0.1 @moomiji +- remove custom executors @moomiji +- Create README_zh.md & add MFAWPF (#7) @SweetSmellFox +- add solution builder @moomiji + ## v1.8.9.2 **Full Changelog**: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/compare/v1.8.9.1...v1.8.9.2