Wolfringo 1.1.1
See the version list below for details.
dotnet add package Wolfringo --version 1.1.1
NuGet\Install-Package Wolfringo -Version 1.1.1
<PackageReference Include="Wolfringo" Version="1.1.1" />
paket add Wolfringo --version 1.1.1
#r "nuget: Wolfringo, 1.1.1"
// Install Wolfringo as a Cake Addin #addin nuget:?package=Wolfringo&version=1.1.1 // Install Wolfringo as a Cake Tool #tool nuget:?package=Wolfringo&version=1.1.1
A .NET Library for WOLF (previously Palringo). This metapackage includes Core, Commands, Utilities and Utilities.Interactive libraries.
Learn more about Target Frameworks and .NET Standard.
-
- Wolfringo.Commands (>= 1.1.1)
- Wolfringo.Core (>= 1.1.1)
- Wolfringo.Utilities (>= 1.1.1)
- Wolfringo.Utilities.Interactive (>= 1.1.1)
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 |
---|---|---|
2.1.4 | 102 | 12/6/2024 |
2.1.3 | 93 | 11/25/2024 |
2.1.2 | 83 | 11/25/2024 |
2.1.1 | 79 | 11/25/2024 |
2.1.0 | 91 | 11/24/2024 |
2.0.1 | 456 | 11/13/2021 |
2.0.0 | 307 | 11/8/2021 |
1.1.2 | 367 | 2/5/2021 |
1.1.1 | 448 | 1/6/2021 |
1.1.0 | 353 | 1/4/2021 |
1.0.0 | 449 | 12/18/2020 |
1.0.0-beta5 | 344 | 12/17/2020 |
1.0.0-beta4 | 348 | 12/16/2020 |
1.0.0-beta2 | 319 | 11/30/2020 |
1.0.0-beta1 | 382 | 11/28/2020 |
0.4.1 | 387 | 10/18/2020 |
0.4.0 | 540 | 9/20/2020 |
- WolfErrorCode.LoginIncorrectOrCannotSendToGroup renamed to WolfErrorCode.LoginIncorrectOrCannotSendMessage.
- WolfErrorCode.LoginIncorrectOrCannotSendMessage error description changed to "Blocked, silenced, banned, or not in group".
- Commands Service will now log warning instead of error when command failed to reply.
- Requesting users/groups that don't exist will now return null instead of default.
- Improve internal de-registering of events in HostedWolfClient.
- ReconnectorConfig will no longer throw when attempts count is 0.
- Interactive utilities now handle all `OperationCanceledException` instead of only `TaskCanceledException`.