Browse Source

Version 4.2.1.0

master XvirusSDK_4.2.1
Dani Santos 1 week ago
parent
commit
538dad9e34
  1. 5
      README.md
  2. BIN
      bin/BaseLibrary.dll
  3. 9
      bin/XvirusSDK.deps.json
  4. BIN
      bin/XvirusSDK.dll

5
README.md

@ -1,6 +1,6 @@
# Xvirus SDK C#
Xvirus SDK 4.2 C# bindings.
Xvirus SDK 4.2.1 C# bindings.
## Table of Contents
@ -41,6 +41,9 @@ The following Operating Systems are supported:
## Changelog
- Version **4.2.1**:
- Optimized scanning speed of big files
- Optimized scanning speed in Linux version
- Version **4.2**:
- Reduced glibc minimum version to 2.17 on Linux
- Added "Logging()" function to enable/disable logging

BIN
bin/BaseLibrary.dll

Binary file not shown.

9
bin/XvirusSDK.deps.json

@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"XvirusSDK/4.2.0.0": {
"XvirusSDK/4.2.1.0": {
"dependencies": {
"BaseLibrary": "1.0.0"
},
@ -1041,13 +1041,16 @@
"PeNet": "1.6.1"
},
"runtime": {
"BaseLibrary.dll": {}
"BaseLibrary.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
"libraries": {
"XvirusSDK/4.2.0.0": {
"XvirusSDK/4.2.1.0": {
"type": "project",
"serviceable": false,
"sha512": ""

BIN
bin/XvirusSDK.dll

Binary file not shown.
Loading…
Cancel
Save