Wolfringo 1.0.0-beta5

This is a prerelease version of Wolfringo.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Wolfringo --version 1.0.0-beta5
                    
NuGet\Install-Package Wolfringo -Version 1.0.0-beta5
                    
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.0.0-beta5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wolfringo" Version="1.0.0-beta5" />
                    
Directory.Packages.props
<PackageReference Include="Wolfringo" />
                    
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 Wolfringo --version 1.0.0-beta5
                    
#r "nuget: Wolfringo, 1.0.0-beta5"
                    
#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 Wolfringo@1.0.0-beta5
                    
#: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=Wolfringo&version=1.0.0-beta5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Wolfringo&version=1.0.0-beta5&prerelease
                    
Install as a Cake Tool

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.2.0 369 2/19/2025
2.1.5 289 1/29/2025 2.1.5 is deprecated because it has critical bugs.
2.1.4 293 12/6/2024
2.1.3 180 11/25/2024
2.1.2 166 11/25/2024
2.1.1 156 11/25/2024
2.1.0 177 11/24/2024
2.0.1 597 11/13/2021
2.0.0 446 11/8/2021
1.1.2 515 2/5/2021
1.1.1 592 1/6/2021
1.1.0 505 1/4/2021
1.0.0 603 12/18/2020
1.0.0-beta5 504 12/17/2020
1.0.0-beta4 495 12/16/2020
1.0.0-beta2 472 11/30/2020
1.0.0-beta1 531 11/28/2020
0.4.1 537 10/18/2020
0.4.0 693 9/20/2020

Wolfringo.Core:
- Added internal helper class for handling WOLF protocol group members bug
Wolfringo.Utilities:
- Removed private method for requesting group members in favour of shared helper in Wolfringo.Core 1.0.0-beta5
Wolfringo.Commands:
- Fix bug where ICommandContext extensions don't request group members