Wolfringo 1.0.0-beta4
See the version list below for details.
dotnet add package Wolfringo --version 1.0.0-beta4
NuGet\Install-Package Wolfringo -Version 1.0.0-beta4
<PackageReference Include="Wolfringo" Version="1.0.0-beta4" />
paket add Wolfringo --version 1.0.0-beta4
#r "nuget: Wolfringo, 1.0.0-beta4"
// Install Wolfringo as a Cake Addin #addin nuget:?package=Wolfringo&version=1.0.0-beta4&prerelease // Install Wolfringo as a Cake Tool #tool nuget:?package=Wolfringo&version=1.0.0-beta4&prerelease
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.0.0-beta3)
- Wolfringo.Core (>= 1.0.0-beta3)
- Wolfringo.Utilities (>= 1.0.0-beta3)
- Wolfringo.Utilities.Interactive (>= 0.2.0)
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 | 449 | 11/13/2021 |
2.0.0 | 300 | 11/8/2021 |
1.1.2 | 361 | 2/5/2021 |
1.1.1 | 442 | 1/6/2021 |
1.1.0 | 347 | 1/4/2021 |
1.0.0 | 441 | 12/18/2020 |
1.0.0-beta5 | 341 | 12/17/2020 |
1.0.0-beta4 | 344 | 12/16/2020 |
1.0.0-beta2 | 316 | 11/30/2020 |
1.0.0-beta1 | 378 | 11/28/2020 |
0.4.1 | 380 | 10/18/2020 |
0.4.0 | 535 | 9/20/2020 |
Wolfringo.Core:
- Added WolfPrivilege enum
- Moved UserUpdateMessage to TehGM.Wolfringo.Messages namespace
Wolfringo.Utilities:
- Added additional logs to Reconnector utility
Wolfringo.Commands:
- Moved RequireBotUserPrivilegeAttribute to TehGM.Wolfringo.Commands.Attributes namespace
- Simplified CommandService constructor
- Fixed using fallback services when using DI
- Make HandlerProvider respect services lifetimes
- Added support for generic ILoggers
Wolfringo.Hosting:
- Compatibility patch