Wolfringo.Commands
2.0.1
.NET Standard 2.0
Install-Package Wolfringo.Commands -Version 2.0.1
dotnet add package Wolfringo.Commands --version 2.0.1
<PackageReference Include="Wolfringo.Commands" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wolfringo.Commands --version 2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Wolfringo.Commands, 2.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Wolfringo.Commands as a Cake Addin
#addin nuget:?package=Wolfringo.Commands&version=2.0.1
// Install Wolfringo.Commands as a Cake Tool
#tool nuget:?package=Wolfringo.Commands&version=2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Commands System for Wolfringo library.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Newtonsoft.Json (>= 11.0.1)
- Wolfringo.Core (>= 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Wolfringo.Commands:
Package | Downloads |
---|---|
Wolfringo
A .NET Library for WOLF (previously Palringo). This metapackage includes Core, Commands, Utilities and Utilities.Interactive libraries. |
|
Wolfringo.Hosting
Extension for Wolfringo library, providing support for ASP.NET Core and other .NET Core Hosting scenarios. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1 | 218 | 11/13/2021 |
2.0.0 | 223 | 11/8/2021 |
1.1.2 | 273 | 2/5/2021 |
1.1.1 | 352 | 1/6/2021 |
1.1.0 | 283 | 1/4/2021 |
1.0.0 | 388 | 12/18/2020 |
1.0.0-beta5 | 275 | 12/17/2020 |
1.0.0-beta3 | 264 | 12/16/2020 |
1.0.0-beta2 | 308 | 11/30/2020 |
1.0.0-beta1 | 353 | 11/28/2020 |
- CommandsListBuilder now takes ICommandsService instead of CommandsService
- Logging of silenced message exceptions now checks for correct error type