Skip to content

ClamAV.Managed 0.2.0.0

Compare
Choose a tag to compare
@rmuch rmuch released this 05 May 17:02
· 45 commits to master since this release

5 May 2014

ClamAV.Managed 0.2.0.0 is the second versioned release of the project, adding
several new features and many small fixes and improvements, including:

  • Preliminary support for PowerShell, implementing a set of cmdlets around the
    ClamAV.Managed API.
  • PowerShell helper script for downloading definition databases from a
    selected HTTP mirror.
  • Upgraded from ClamAV 0.97 to 0.98, adding support for settings and functions
    new in the latest version.
  • Functions which do not require an engine handle are now callable statically.
  • Improved error condition handling.
  • Asynchronous API using async/await.
  • A GUI sample project using WPF and the new async/await API.

This is a source code release, with no binary builds available.