libant4c 2020.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package libant4c --version 2020.9.0
NuGet\Install-Package libant4c -Version 2020.9.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="libant4c" Version="2020.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libant4c --version 2020.9.0
#r "nuget: libant4c, 2020.9.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 libant4c as a Cake Addin
#addin nuget:?package=libant4c&version=2020.9.0

// Install libant4c as a Cake Tool
#tool nuget:?package=libant4c&version=2020.9.0

libant4c is C cross-platform library. Developed as part of the Ant4C program.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2020.9.202107 456 8/3/2021
2020.9.0 512 10/18/2020
2020.5.0 450 10/17/2020
2020.4.0 377 10/16/2020
2019.10.21 397 10/15/2020

Introduced support of modules.
Functions from the path unit allowed to operate with empty paths.
Function 'combine' can be used for normalizing path.
Increased list of symbols to trim from string at 'string::trim' function.
Replaced script hash functions with hash length at the names with
'blake2b', 'blake3', 'keccak' and 'sha3'.
Added support of 'blake3' and 'keccak' algorithms at the script
function 'file::get-checksum'.
Added argument for configure algorithm - byte order, hash length,
to the 'file::get-checksum' function.
Added possibility to use external events listener.
Added 'loadtasks' task.
Added 'path::glob' function.
Allowed to call executable from the directory that was set
at the PATH environment variable.