CliRunner.Extensibility 1.0.0-beta.3

This is a prerelease version of CliRunner.Extensibility.
dotnet add package CliRunner.Extensibility --version 1.0.0-beta.3                
NuGet\Install-Package CliRunner.Extensibility -Version 1.0.0-beta.3                
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="CliRunner.Extensibility" Version="1.0.0-beta.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CliRunner.Extensibility --version 1.0.0-beta.3                
#r "nuget: CliRunner.Extensibility, 1.0.0-beta.3"                
#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 CliRunner.Extensibility as a Cake Addin
#addin nuget:?package=CliRunner.Extensibility&version=1.0.0-beta.3&prerelease

// Install CliRunner.Extensibility as a Cake Tool
#tool nuget:?package=CliRunner.Extensibility&version=1.0.0-beta.3&prerelease                

CliRunner.Extensibility

This readme covers the CliRunner.Extensibility package. Looking for the CliRunner Readme?

This package adds:

  • abstractions to make extending CliRunner, and it's supported types easier.

NuGet NuGet

Usage

SpecializedCommandConfiguration

CliRunner.Extensibility provides an abstraction to make it easier to create custom Command Configurations.

This abstraction comes in the form of SpecializedCliCommandConfiguration.

Why a separate package?

There's a few different reasons:

  • De-couples the extensibility related abstractions from the main library
  • Not every user of CliRunner will necessarily use or need CliRunner Specializations or other extensibility powered features.

Licensing

CliRunner.Extensibility is licensed under the MPL 2.0 license. If you modify any of the package's files then the modified files must be licensed under the MPL 2.0 .

If you use this package in your project please make an exact copy of the contents of the LICENSE.txt file available either in your third party licenses txt file or as a separate txt file.

Assets

CliRunner's Icon is NOT licensed under the MPL 2.0 license and are licensed under Copyright with all rights reserved to me (Alastair Lundy).

If you fork CliRunner and re-distribute it, please replace the usage of the icon unless you have prior written agreements from me.

Acknowledgements

This project would like to thank the following projects for their work:

For more information, please see the THIRD_PARTY_NOTICES file.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CliRunner.Extensibility:

Package Downloads
CliRunner.Specializations

CliRunner Specializations is a library for providing Specializations of CliRunner's Commands.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-beta.3 47 2/20/2025

Initial Release as separate package.