diff --git a/README.md b/README.md index c68f86e..889d8ea 100644 --- a/README.md +++ b/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 diff --git a/bin/XescSDK.deps.json b/bin/XescSDK.deps.json index 05e4ea0..42219b2 100644 --- a/bin/XescSDK.deps.json +++ b/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": "" diff --git a/bin/XescSDK.dll b/bin/XescSDK.dll index 47f3a78..aeb1c41 100644 Binary files a/bin/XescSDK.dll and b/bin/XescSDK.dll differ diff --git a/bin/xvneng.deps.json b/bin/xvneng.deps.json index a200058..c9c10f8 100644 --- a/bin/xvneng.deps.json +++ b/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": "" diff --git a/bin/xvneng.dll b/bin/xvneng.dll index cc0c1c8..750b9e3 100644 Binary files a/bin/xvneng.dll and b/bin/xvneng.dll differ diff --git a/bin/xvneng.exp b/bin/xvneng.exp index 4a4d010..18a3667 100644 Binary files a/bin/xvneng.exp and b/bin/xvneng.exp differ diff --git a/example/.gitignore b/example/.gitignore new file mode 100644 index 0000000..340da47 --- /dev/null +++ b/example/.gitignore @@ -0,0 +1,6 @@ +.vs/ +bin/ +obj/ +x64/ +debug/ +release/