CliUtilsLib 1.5.0
dotnet add package CliUtilsLib --version 1.5.0
NuGet\Install-Package CliUtilsLib -Version 1.5.0
<PackageReference Include="CliUtilsLib" Version="1.5.0" />
paket add CliUtilsLib --version 1.5.0
#r "nuget: CliUtilsLib, 1.5.0"
// Install CliUtilsLib as a Cake Addin #addin nuget:?package=CliUtilsLib&version=1.5.0 // Install CliUtilsLib as a Cake Tool #tool nuget:?package=CliUtilsLib&version=1.5.0
CliUtilsLib
This is a C# .NET library to help with the creation of CLI tools and/or console applications.
Licensing
CLiUtilsLib versions prior to version 1.5.0 were licensed under the Apache 2.0 license. 1.5.0 and future versions are licensed under the LGPLv3 [only].
Code contributions, feature suggestions, and bug reports are welcome!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- AlastairLundy.Extensions.System (>= 5.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.
### Changes since 1.4.0
* Deprecated ``FileFinder`` class and methods - This class will be removed in a future version. Please use IO Extensions' ``FileFinder`` class instead
* Deprecated ``RemoveToNew`` method in ``EscapeCharacterRemover`` - This will be removed in a future version
* Fixed an issue that would prevent escape characters from being removed when the ``Remove`` method was called.
* Added ``ArgumentCommandFinder`` static class
* Re-licensed code to be under the LGPLv3 (only) license