Browse Source

Version 4.0.5

master XvirusSDK_4.0.5
Dani Santos 2 years ago
parent
commit
5900cc7181
  1. 8
      README.md
  2. 4
      bin/XescSDK.deps.json
  3. BIN
      bin/XescSDK.dll
  4. 10
      bin/xvneng.deps.json
  5. BIN
      bin/xvneng.dll
  6. BIN
      bin/xvneng.exp
  7. 6
      example/.gitignore

8
README.md

@ -1,17 +1,19 @@
# Xvirus SDK 4.0.4
# Xvirus SDK C++
Xvirus SDK 4.0.4 C++ bindings.
Xvirus SDK 4.0.5 C++ bindings.
## Table of Contents
- [Xvirus SDK 4.0.4](#xvirus-sdk-40)
- [Xvirus SDK C++](#xvirus-sdk-c)
- [Table of Contents](#table-of-contents)
- [Minimum Requirements](#minimum-requirements)
- [Changelog](#changelog)
- [Known Issues](#known-issues)
- [Get Started](#get-started)
- [Avaiable Functions](#avaiable-functions)
- [Model](#model)
- [Settings](#settings)
- [Exceptions](#exceptions)
## Minimum Requirements

4
bin/XescSDK.deps.json

@ -7,7 +7,7 @@
"targets": {
".NETCoreApp,Version=v5.0": {},
".NETCoreApp,Version=v5.0/win-x64": {
"XescSDK/4.0.4": {
"XescSDK/4.0.5": {
"dependencies": {
"Microsoft.ML": "1.7.1",
"Microsoft.ML.FastTree": "1.7.1",
@ -1178,7 +1178,7 @@
}
},
"libraries": {
"XescSDK/4.0.4": {
"XescSDK/4.0.5": {
"type": "project",
"serviceable": false,
"sha512": ""

BIN
bin/XescSDK.dll

Binary file not shown.

10
bin/xvneng.deps.json

@ -8,17 +8,17 @@
"net5.0": {
"xvneng/1.0.0": {
"dependencies": {
"XescSDK": "4.0.4.0"
"XescSDK": "4.0.5.0"
},
"runtime": {
"xvneng.dll": {}
}
},
"XescSDK/4.0.4.0": {
"XescSDK/4.0.5.0": {
"runtime": {
"XescSDK.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.0.4.0"
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.0.5.0"
}
}
},
@ -110,7 +110,7 @@
"serviceable": false,
"sha512": ""
},
"XescSDK/4.0.4.0": {
"XescSDK/4.0.5.0": {
"type": "reference",
"serviceable": false,
"sha512": ""

BIN
bin/xvneng.dll

Binary file not shown.

BIN
bin/xvneng.exp

Binary file not shown.

6
example/.gitignore

@ -0,0 +1,6 @@
.vs/
bin/
obj/
x64/
debug/
release/
Loading…
Cancel
Save