Browse Source

version 4.2.3.0

master XvirusSDK_4.2.3
Dani Santos 11 hours ago
parent
commit
9a34070fb1
  1. 8
      README.md
  2. BIN
      bin/BaseLibrary.dll
  3. 4
      bin/XvirusSDK.deps.json
  4. BIN
      bin/XvirusSDK.dll

8
README.md

@ -1,6 +1,6 @@
# Xvirus SDK C#
Xvirus SDK 4.2.2 C# bindings.
Xvirus SDK 4.2.3 C# bindings.
## Table of Contents
@ -41,6 +41,12 @@ The following Operating Systems are supported:
## Changelog
- Version **4.2.3**:
- Fixed Windows scan performance regression
- Fixed ScanFolder command not working in CLI
- Fixed ScanFolderString JSON not formatted correctly
- Fixed update check always returning there was a update
- Version **4.2.2**:
- Optimized scanning speed of PDF files
- ScanResult now returns the file path

BIN
bin/BaseLibrary.dll

Binary file not shown.

4
bin/XvirusSDK.deps.json

@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"XvirusSDK/4.2.2.0": {
"XvirusSDK/4.2.3.0": {
"dependencies": {
"BaseLibrary": "1.0.0"
},
@ -1050,7 +1050,7 @@
}
},
"libraries": {
"XvirusSDK/4.2.2.0": {
"XvirusSDK/4.2.3.0": {
"type": "project",
"serviceable": false,
"sha512": ""

BIN
bin/XvirusSDK.dll

Binary file not shown.
Loading…
Cancel
Save