Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tekmaven/nClam

Tags

6.0.1

Toggle 6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 <[email protected]>
Co-authored-by: uɐɯoɹ 🚀 <[email protected]>

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
5.0.1: Minor version bump

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New 5.x build with many community enhancements and .NET 5.0 targeting (

…#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 <[email protected]>
Co-authored-by: Alasdair Cunningham-Smith <[email protected]>

1.0.0.0

Toggle 1.0.0.0's commit message
Rename solution file.