Wolfringo 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Wolfringo --version 1.1.1
NuGet\Install-Package Wolfringo -Version 1.1.1
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="Wolfringo" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wolfringo --version 1.1.1
#r "nuget: Wolfringo, 1.1.1"
#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 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.0.1 418 11/13/2021
2.0.0 275 11/8/2021
1.1.2 337 2/5/2021
1.1.1 419 1/6/2021
1.1.0 324 1/4/2021
1.0.0 413 12/18/2020
1.0.0-beta5 321 12/17/2020
1.0.0-beta4 325 12/16/2020
1.0.0-beta2 308 11/30/2020
1.0.0-beta1 356 11/28/2020
0.4.1 370 10/18/2020
0.4.0 511 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`.