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 ## Table of Contents
- [Xvirus SDK 4.0.4](#xvirus-sdk-40) - [Xvirus SDK C++](#xvirus-sdk-c)
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [Minimum Requirements](#minimum-requirements) - [Minimum Requirements](#minimum-requirements)
- [Changelog](#changelog) - [Changelog](#changelog)
- [Known Issues](#known-issues) - [Known Issues](#known-issues)
- [Get Started](#get-started) - [Get Started](#get-started)
- [Avaiable Functions](#avaiable-functions) - [Avaiable Functions](#avaiable-functions)
- [Model](#model)
- [Settings](#settings) - [Settings](#settings)
- [Exceptions](#exceptions)
## Minimum Requirements ## Minimum Requirements

4
bin/XescSDK.deps.json

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

BIN
bin/XescSDK.dll

Binary file not shown.

10
bin/xvneng.deps.json

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