Browse Source

version 4.2.3.0

master XvirusCLI_4.2.3
Dani Santos 2 weeks ago
parent
commit
5951c1cb61
  1. 8
      README.md
  2. BIN
      bin/Linux/BaseLibrary.dll
  3. 22
      bin/Linux/XvirusCLI.deps.json
  4. BIN
      bin/Linux/XvirusCLI.dll
  5. BIN
      bin/Linux/XvirusSDK.dll
  6. BIN
      bin/Windows/BaseLibrary.dll
  7. 22
      bin/Windows/XvirusCLI.deps.json
  8. BIN
      bin/Windows/XvirusCLI.dll
  9. BIN
      bin/Windows/XvirusCLI.exe
  10. BIN
      bin/Windows/XvirusSDK.dll

8
README.md

@ -1,6 +1,6 @@
# Xvirus CLI
Xvirus CLI 4.2.2
Xvirus CLI 4.2.3
## Table of Contents
@ -36,6 +36,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/Linux/BaseLibrary.dll

Binary file not shown.

22
bin/Linux/XvirusCLI.deps.json

@ -7,10 +7,10 @@
"targets": {
".NETCoreApp,Version=v7.0": {},
".NETCoreApp,Version=v7.0/linux-x64": {
"XvirusCLI/4.2.2.0": {
"XvirusCLI/4.2.3.0": {
"dependencies": {
"XvirusSDK": "4.2.2",
"XvirusSDK.Reference": "4.2.2.0",
"XvirusSDK": "4.2.3",
"XvirusSDK.Reference": "4.2.3.0",
"runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "7.0.20"
},
"runtime": {
@ -1923,29 +1923,29 @@
}
}
},
"XvirusSDK/4.2.2": {
"XvirusSDK/4.2.3": {
"dependencies": {
"BaseLibrary": "1.0.0"
},
"runtime": {
"XvirusSDK.dll": {
"assemblyVersion": "4.2.2",
"assemblyVersion": "4.2.3",
"fileVersion": ""
}
}
},
"XvirusSDK.Reference/4.2.2.0": {
"XvirusSDK.Reference/4.2.3.0": {
"runtime": {
"XvirusSDK.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.2.2.0"
"assemblyVersion": "4.2.3.0",
"fileVersion": "4.2.3.0"
}
}
}
}
},
"libraries": {
"XvirusCLI/4.2.2.0": {
"XvirusCLI/4.2.3.0": {
"type": "project",
"serviceable": false,
"sha512": ""
@ -2877,12 +2877,12 @@
"serviceable": false,
"sha512": ""
},
"XvirusSDK/4.2.2": {
"XvirusSDK/4.2.3": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"XvirusSDK.Reference/4.2.2.0": {
"XvirusSDK.Reference/4.2.3.0": {
"type": "reference",
"serviceable": false,
"sha512": ""

BIN
bin/Linux/XvirusCLI.dll

Binary file not shown.

BIN
bin/Linux/XvirusSDK.dll

Binary file not shown.

BIN
bin/Windows/BaseLibrary.dll

Binary file not shown.

22
bin/Windows/XvirusCLI.deps.json

@ -7,10 +7,10 @@
"targets": {
".NETCoreApp,Version=v7.0": {},
".NETCoreApp,Version=v7.0/win-x64": {
"XvirusCLI/4.2.2.0": {
"XvirusCLI/4.2.3.0": {
"dependencies": {
"XvirusSDK": "4.2.2",
"XvirusSDK.Reference": "4.2.2.0",
"XvirusSDK": "4.2.3",
"XvirusSDK.Reference": "4.2.3.0",
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "7.0.20"
},
"runtime": {
@ -1908,29 +1908,29 @@
}
}
},
"XvirusSDK/4.2.2": {
"XvirusSDK/4.2.3": {
"dependencies": {
"BaseLibrary": "1.0.0"
},
"runtime": {
"XvirusSDK.dll": {
"assemblyVersion": "4.2.2",
"assemblyVersion": "4.2.3",
"fileVersion": ""
}
}
},
"XvirusSDK.Reference/4.2.2.0": {
"XvirusSDK.Reference/4.2.3.0": {
"runtime": {
"XvirusSDK.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.2.2.0"
"assemblyVersion": "4.2.3.0",
"fileVersion": "4.2.3.0"
}
}
}
}
},
"libraries": {
"XvirusCLI/4.2.2.0": {
"XvirusCLI/4.2.3.0": {
"type": "project",
"serviceable": false,
"sha512": ""
@ -2855,12 +2855,12 @@
"serviceable": false,
"sha512": ""
},
"XvirusSDK/4.2.2": {
"XvirusSDK/4.2.3": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"XvirusSDK.Reference/4.2.2.0": {
"XvirusSDK.Reference/4.2.3.0": {
"type": "reference",
"serviceable": false,
"sha512": ""

BIN
bin/Windows/XvirusCLI.dll

Binary file not shown.

BIN
bin/Windows/XvirusCLI.exe

Binary file not shown.

BIN
bin/Windows/XvirusSDK.dll

Binary file not shown.
Loading…
Cancel
Save