Skip to content

Releases: tekmaven/nClam

6.0.1

23 Jul 01:46
d6a6b26
Compare
Choose a tag to compare
Bump version

add STATS command + use new language features [nullable, record and using] . (#47)

11 Jul 00:43
bd65f2f
Compare
Choose a tag to compare
Major vBump - use new language features [nullable, record and using],…

…  add STATS command. (#47)

* This adds methods so the STATS command can be called.

* use new language features nullable, record and using (without brackets)

* v6

Co-authored-by: Lloyd Kinsella <lloydkinsella@gmail.com>
Co-authored-by: uɐɯoɹ 🚀 <ri@conx.ch>

5.0.1

10 Dec 19:33
940bf54
Compare
Choose a tag to compare
5.0.1: Minor version bump

5.0.0: New 5.x build with many community enhancements and .NET 5.0 targeting…

09 Dec 21:39
bd64a16
Compare
Choose a tag to compare
… (#42)

* New 5.x build with many community enhancements and .NET 5.0 targeting.  NOTE!  DROPING .NET Framework Support in this major release.

* Update README.md

* Allow the ClamClient to support connecting to a ClamAV server based on IP Address. This use case can happen if the ClamAV server is only accessible via a private IP address. The TcpClient.ConnectAsync(hostname assumes hostname is a DNS address.

Updated the readme and example programs to also use the IPAddress version of the ClamClient.

* Allow the ClamClient to support connecting to a ClamAV server based on IP Address. This use case can happen if the ClamAV server is only accessible via a private IP address. The TcpClient.ConnectAsync(hostname assumes hostname is a DNS address.

Updated the readme and example programs to also use the IPAddress version of the ClamClient.

* Prevent check of stream position on streams that don't support seeking, like http body content...

Co-authored-by: Zach Gardner <zgardner@northwell.edu>
Co-authored-by: Alasdair Cunningham-Smith <alasdair@acs-solutions.co.uk>