diff --git a/README.md b/README.md index f1143e5..9c8566b 100644 --- a/README.md +++ b/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 diff --git a/bin/Linux/BaseLibrary.dll b/bin/Linux/BaseLibrary.dll index 4d2a04d..d09c302 100644 Binary files a/bin/Linux/BaseLibrary.dll and b/bin/Linux/BaseLibrary.dll differ diff --git a/bin/Linux/XvirusCLI.deps.json b/bin/Linux/XvirusCLI.deps.json index 3ca7ca9..7d47659 100644 --- a/bin/Linux/XvirusCLI.deps.json +++ b/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": "" diff --git a/bin/Linux/XvirusCLI.dll b/bin/Linux/XvirusCLI.dll index 67bf0cb..9e792ed 100644 Binary files a/bin/Linux/XvirusCLI.dll and b/bin/Linux/XvirusCLI.dll differ diff --git a/bin/Linux/XvirusSDK.dll b/bin/Linux/XvirusSDK.dll index 67d0751..175c35f 100644 Binary files a/bin/Linux/XvirusSDK.dll and b/bin/Linux/XvirusSDK.dll differ diff --git a/bin/Windows/BaseLibrary.dll b/bin/Windows/BaseLibrary.dll index f2998ef..d09c302 100644 Binary files a/bin/Windows/BaseLibrary.dll and b/bin/Windows/BaseLibrary.dll differ diff --git a/bin/Windows/XvirusCLI.deps.json b/bin/Windows/XvirusCLI.deps.json index ccca3f3..c993a49 100644 --- a/bin/Windows/XvirusCLI.deps.json +++ b/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": "" diff --git a/bin/Windows/XvirusCLI.dll b/bin/Windows/XvirusCLI.dll index ca14c7e..d8516f2 100644 Binary files a/bin/Windows/XvirusCLI.dll and b/bin/Windows/XvirusCLI.dll differ diff --git a/bin/Windows/XvirusCLI.exe b/bin/Windows/XvirusCLI.exe index d9b7848..f6338d3 100644 Binary files a/bin/Windows/XvirusCLI.exe and b/bin/Windows/XvirusCLI.exe differ diff --git a/bin/Windows/XvirusSDK.dll b/bin/Windows/XvirusSDK.dll index 67d0751..175c35f 100644 Binary files a/bin/Windows/XvirusSDK.dll and b/bin/Windows/XvirusSDK.dll differ