CliUtilsLib 1.5.0

dotnet add package CliUtilsLib --version 1.5.0                
NuGet\Install-Package CliUtilsLib -Version 1.5.0                
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="CliUtilsLib" Version="1.5.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CliUtilsLib --version 1.5.0                
#r "nuget: CliUtilsLib, 1.5.0"                
#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 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.

NuGet NuGet

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 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. 
Compatible target framework(s)
Included target framework(s) (in 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
1.5.0 64 10/17/2024
1.4.0 110 7/18/2024
1.3.1 91 7/10/2024
1.3.0 98 7/8/2024
1.2.0 105 6/25/2024
1.1.0 84 6/15/2024
1.0.0 100 6/15/2024

### 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