libant4c 2020.4.0

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

// Install libant4c as a Cake Tool
#tool nuget:?package=libant4c&version=2020.4.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

This version have binaries only for x64 platform.
Added support of UTF8 encoding at the string unit.
Added new tasks 'attrib', 'call', 'choose', 'copy',
'delete', 'description', 'fail', 'foreach', 'if',
'loadfile', 'mkdir', 'move', 'program', 'property',
'sleep', 'touch' and 'trycatch' to early exists 'echo' and 'exec'.
Added hash unit with 'crc32', 'BLAKE2b', 'BLAKE3',
'SHA3/Keccak' algorithms. Algorithms 'crc32' and 'BLAKE2b'
also available for 'file::get-checksum' script function.
Tag elements 'project' and 'target' internally also marked as tasks.