Browse Source

Version 4.0.5

master XvirusSDK4.0.5
Dani Santos 2 years ago
parent
commit
edb22d5190
  1. 8
      README.md
  2. 4
      bin/XescSDK.deps.json
  3. BIN
      bin/XescSDK.dll
  4. 10
      example/.gitignore
  5. BIN
      example/.vs/Example/DesignTimeBuild/.dtbcache.v2
  6. BIN
      example/.vs/Example/v17/.futdcache.v1
  7. BIN
      example/.vs/Example/v17/.suo

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

@ -6,7 +6,7 @@
"compilationOptions": {}, "compilationOptions": {},
"targets": { "targets": {
".NETCoreApp,Version=v5.0": { ".NETCoreApp,Version=v5.0": {
"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",
@ -1039,7 +1039,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
example/.gitignore

@ -0,0 +1,10 @@
*.suo
*.user
*.sln.docstates
.vs/
bin/
obj/
x64/
debug/
release/

BIN
example/.vs/Example/DesignTimeBuild/.dtbcache.v2

Binary file not shown.

BIN
example/.vs/Example/v17/.futdcache.v1

Binary file not shown.

BIN
example/.vs/Example/v17/.suo

Binary file not shown.
Loading…
Cancel
Save