Wolfringo 2.1.4

dotnet add package Wolfringo --version 2.1.4                
NuGet\Install-Package Wolfringo -Version 2.1.4                
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="2.1.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wolfringo --version 2.1.4                
#r "nuget: Wolfringo, 2.1.4"                
#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=2.1.4

// Install Wolfringo as a Cake Tool
#tool nuget:?package=Wolfringo&version=2.1.4                

Wolfringo

Nuget GitHub top language GitHub GitHub Workflow Status GitHub issues

This is a .NET library for WOLF (previously Palringo).

This library is designed with extensibility through Dependency Injection in mind, and is compatible with ASP.NET Core and other .NET Core Hosting scenarios through Wolfringo.Hosting package.

Library works with strongly-typed messages and responses, that are serialized when sending and deserialized when receiving. Message listeners can be invoked by message type, giving full benefit of strong typing. Additionally, Wolfringo.Utilities package provides a Sender extensions class, which abstracts common sending tasks. Utilities package is included by default with Wolfringo meta-package.

Wolfringo provides a built in Commands System. Commands System uses attributes to mark commands, which greatly reduces amount of boilerplace code needed.
The Commands System follows the design principles of entire Wolfringo library, and therefore is easily extensible and easily customizable thanks to Dependency Injection.

Documentation

A full Documentation is now available - it includes Tutorials and Guides, as well as full API Reference.

Source Repository

Wolfringo is open source, with code hosted on GitHub.

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.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

- Fix cache handling of group member updates;
- Add Reputation property to WolfGroup;
- Add support for GroupMemberPrivilegedAdd, GroupMemberPrivilegedUpdate and GroupMemberPrivilegedDelete events;
- Add IGroupMemberPrivilegedEvent interface for unified cache handling of new event types;
- Fix stack overflow when parsing certain group actions;
- GroupMemberUpdateEvent is now obsolete, as WOLF protocol seems to no longer use it;