Newbe.Mahua.PluginLoader 1.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Newbe.Mahua.PluginLoader --version 1.9.0
NuGet\Install-Package Newbe.Mahua.PluginLoader -Version 1.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Newbe.Mahua.PluginLoader" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Newbe.Mahua.PluginLoader --version 1.9.0
#r "nuget: Newbe.Mahua.PluginLoader, 1.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Newbe.Mahua.PluginLoader as a Cake Addin
#addin nuget:?package=Newbe.Mahua.PluginLoader&version=1.9.0

// Install Newbe.Mahua.PluginLoader as a Cake Tool
#tool nuget:?package=Newbe.Mahua.PluginLoader&version=1.9.0

Newbe.Mahua运行时核心,是SDK能够支持多平台的核心所在。

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Newbe.Mahua.PluginLoader:

Package Downloads
Newbe.Mahua.CQP

Newbe.Mahua 针对酷Q平台推出的平台支持包。 酷Q Air (https://cqp.im/t/23253) 继承了老版本(酷Q Lite)简单快速、扩展性强的特点。使用了更稳定的协议、更强大的 V9应用机制,并坚持免费,愿更多的朋友体验到机器人带来的无穷乐趣与精彩。 酷Q Pro (https://cqp.im/t/14901) 是一款收费软件,因此我们会更专注于其稳定性与专业性。 这也促使我们将其打造得更精致、更可靠、更开放,而不是商业、封闭、臃肿与昂贵。

Newbe.Mahua.MPQ

Newbe.Mahua 针对MyPCQQ平台推出的平台支持包。 0 长久有效的技术支持及更新维护+独占功能 1 轻壳 极速运行 2 企业Q登录 3 不接入云黑机制 4 插件初始情况默认启用 5 允许接入UU 若快两个打码 6 移除推广信息 7 商业使用许可 https://f.mypcqq.cc/thread-4900-1-1.html

Newbe.Mahua.Amanda

Newbe.Mahua 针对Amanda平台推出的平台支持包。 全新的 Amanda (http://www.52chat.cc/) 上手即用的QQ机器人 即刻提升您的群活跃度 全自动便捷管理群组 试试看,您一定会喜欢上她

Newbe.Mahua.CQP.ApiExtensions

对原生的CQP平台API进行扩展,增加或改进部分API

Newbe.Mahua.QQLight

Newbe.Mahua 针对QQLight平台推出的平台支持包。 全新的 QQLight (http://www.52chat.cc/) 上手即用的QQ机器人,即刻提升您的群活跃度,全自动便捷管理群组,它可以实现群管理、群聊天、便民娱乐等各种功能,让您的群逼格更高,更活跃!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.19.0 602 8/2/2020
1.18.2 746 2/16/2020
1.18.1 537 1/14/2020
1.18.0 518 12/15/2019
1.17.0 622 10/13/2019
1.16.1 650 9/21/2019
1.16.0 589 9/21/2019
1.15.1 808 5/5/2019
1.15.0 1,100 12/25/2018
1.14.0 849 12/15/2018
1.13.1 724 12/12/2018
1.13.0 1,088 10/2/2018
1.12.1 596 5/5/2019
1.12.0 1,015 9/14/2018
1.11.0 946 8/1/2018
1.10.0 1,210 6/24/2018
1.9.1 962 6/17/2018
1.9.0 1,014 6/10/2018
1.8.1 1,030 4/27/2018
1.8.0 1,031 4/15/2018
1.7.1 1,298 1/7/2018
1.7.0 981 1/6/2018
1.6.0 963 12/31/2017
1.5.2 906 12/24/2017
1.4.0 905 12/18/2017
1.4.0-pre01 804 12/14/2017
1.3.0 856 11/26/2017
1.2.0 907 10/26/2017
1.0.1.2 1,672 6/12/2017
1.0.1.1 1,269 6/12/2017
1.0.1 1,196 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机器人平台。