Newbe.Mahua.Amanda
1.9.0
See the version list below for details.
dotnet add package Newbe.Mahua.Amanda --version 1.9.0
NuGet\Install-Package Newbe.Mahua.Amanda -Version 1.9.0
<PackageReference Include="Newbe.Mahua.Amanda" Version="1.9.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Newbe.Mahua.Amanda --version 1.9.0
#r "nuget: Newbe.Mahua.Amanda, 1.9.0"
// Install Newbe.Mahua.Amanda as a Cake Addin #addin nuget:?package=Newbe.Mahua.Amanda&version=1.9.0 // Install Newbe.Mahua.Amanda as a Cake Tool #tool nuget:?package=Newbe.Mahua.Amanda&version=1.9.0
Newbe.Mahua 针对Amanda平台推出的平台支持包。
全新的 Amanda (http://www.52chat.cc/)
上手即用的QQ机器人
即刻提升您的群活跃度
全自动便捷管理群组
试试看,您一定会喜欢上她
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- Newbe.Mahua (>= 1.9.0)
- Newbe.Mahua.PluginLoader (>= 1.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.11.0 | 1,166 | 8/1/2018 |
1.10.0 | 1,193 | 6/24/2018 |
1.9.1 | 944 | 6/17/2018 |
1.9.0 | 1,009 | 6/10/2018 |
1.8.1 | 849 | 4/27/2018 |
1.8.0 | 987 | 4/15/2018 |
1.7.1 | 1,137 | 1/7/2018 |
1.7.0 | 846 | 1/6/2018 |
1.6.0 | 946 | 12/31/2017 |
1.5.2 | 973 | 12/24/2017 |
1.4.0 | 913 | 12/18/2017 |
1.4.0-pre01 | 861 | 12/14/2017 |
1.3.0 | 886 | 11/26/2017 |
1.2.0 | 902 | 10/26/2017 |
1.0.1.3 | 1,049 | 6/12/2017 |
1.0.1.2 | 889 | 6/12/2017 |
1.0.1.1 | 920 | 6/12/2017 |
1.0.1 | 913 | 6/12/2017 |
## 1.9
增加 MahuaRobotManager 和 RobotSession 机制,支持在 MahuaEvent 之外调用机器人API。
不再需要 NuGet.CommandLine ,可以卸载此包。
[新版快速指南](http://www.newbe.pro/docs/mahua/2018/06/10/Begin-First-Plugin-With-Mahua-In-v1.9.html)
---
## 1.8
支持使用 Fluent Api 进行消息发送。
添加一系列 IMessageBuilder 接口,实现消息构建接口的统一。
[新版快速指南](http://www.newbe.pro/docs/mahua/2018/04/21/Begin-First-Plugin-With-Mahua-In-v1.8.html)
---
## 1.7
支持外部添加IMahuaApi的相关实现
---
## 1.6
IMahuaApi接口增加GetLifetimeScope、SetLifetimeScope、GetSourceContainer、SetSourceContainer
IMahuaApib标记过期的接口GetContainer、SetContainer
增加IExceptionOccuredMahuaEvent用于全局异常处理
---
## 1.5
增加IMahuaConfigurationManager接口,作为“设置中心”抽象接口。
增加IMahuaMenuProvider接口,作为“设置中心”的菜单扩展接口。
增加IMahuaMenuClickedMahuaEvent接口,作为“设置中心”的菜单单击事件。
---
## 1.4
增加Newbe.Mahua.MPQ实现,支持MyPcQQ平台。
[新版快速指南](http://www.newbe.pro/docs/mahua/2017/12/16/Begin-First-Plugin-With-Mahua-In-v1.4.html)
---
## 1.3
使用MessagePack替代JSON序列化,消息处理速度明显提升。
---
## 1.2
全新的打包机制:[Newbe.Mahua.Tools.Psake](Newbe.Mahua.Tools.Psake)
被废弃的打包机制:Newbe.Mahua.Msbuild
[新版快速指南](http://www.newbe.pro/docs/mahua/2017/10/26/Begin-First-Plugin-With-Mahua-In-v1.2.html)
---
## 1.1
[#12](https://github.com/Newbe36524/Newbe.Mahua.Framework/issues/12) 提供对群列表、群成员列表的结构化接口支持
`IMahuaApi`新增方法:`GetGroupMemebersWithModel`,`GetGroupsWithModel`
---
## 1.0
主框架发布,支持CQP和Amanda机器人平台。