UnifyBot 1.3.5

dotnet add package UnifyBot --version 1.3.5
                    
NuGet\Install-Package UnifyBot -Version 1.3.5
                    
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="UnifyBot" Version="1.3.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UnifyBot" Version="1.3.5" />
                    
Directory.Packages.props
<PackageReference Include="UnifyBot" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add UnifyBot --version 1.3.5
                    
#r "nuget: UnifyBot, 1.3.5"
                    
#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.
#:package UnifyBot@1.3.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=UnifyBot&version=1.3.5
                    
Install as a Cake Addin
#tool nuget:?package=UnifyBot&version=1.3.5
                    
Install as a Cake Tool

ShamrockCore.NET

ShamrockCore为单例模式,故而在同一个程序中不支持多bot;ShamrockCore现在处于半停止开发阶段。(不完全标准的onebot11)

强烈建议使用UnifyBot,基于onebot11协议实现,不再是单例模式,支持多bot,用法基本一致与shamrockcore一致(nuget搜UnifyBot)。

食用文档:

ShamrockCore文档

UnifyBot文档

如果发现问题请提交issue。 同时欢迎大家提交PR帮助项目的完善。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on UnifyBot:

Repository Stars
CnGal/CnGalWebSite
CnGal是一个非营利性的,立志于收集整理国内制作组创作的中文Galgame/AVG的介绍、攻略、评测、感想等内容的资料性质的网站。
Version Downloads Last Updated
1.3.5 190 5/19/2025
1.3.4.1 192 4/10/2025
1.3.4 186 4/10/2025
1.3.3.1 165 1/5/2025
1.3.3 166 1/3/2025
1.3.2 181 1/3/2025 1.3.2 is deprecated because it has critical bugs.
1.3.1 143 1/2/2025
1.3.0 151 10/15/2024
1.2.2.1 136 10/11/2024
1.2.2 137 10/8/2024
1.2.1.2 137 9/26/2024
1.2.1.1 144 9/24/2024
1.2.1 150 9/20/2024
1.2.0 146 8/30/2024
1.1.9 181 8/22/2024
1.1.8 173 6/3/2024 1.1.8 is deprecated because it has critical bugs.
1.1.7 155 5/30/2024
1.1.6 210 5/18/2024 1.1.6 is deprecated because it has critical bugs.
1.1.5.1 169 4/23/2024
1.1.5 160 4/23/2024
1.1.4.1 156 4/15/2024
1.1.4 154 4/15/2024
1.1.3 148 4/15/2024
1.1.2 157 4/11/2024
1.1.1 147 4/10/2024
1.1.0 147 4/10/2024
1.0.1.2 165 4/10/2024 1.0.1.2 is deprecated because it has critical bugs.
1.0.1.1 167 4/10/2024 1.0.1.1 is deprecated because it has critical bugs.
1.0.1 164 4/10/2024 1.0.1 is deprecated because it has critical bugs.
1.0.0 169 4/9/2024 1.0.0 is deprecated because it has critical bugs.

修复视频和语音发送失败的问题