diff --git a/README.md b/README.md index b67e25c..204072d 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 a1ca86c..9858ed5 100644 --- a/bin/XescSDK.deps.json +++ b/bin/XescSDK.deps.json @@ -6,7 +6,7 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v5.0": { - "XescSDK/4.0.4": { + "XescSDK/4.0.5": { "dependencies": { "Microsoft.ML": "1.7.1", "Microsoft.ML.FastTree": "1.7.1", @@ -1039,7 +1039,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 019bfb8..a5d9d0e 100644 Binary files a/bin/XescSDK.dll and b/bin/XescSDK.dll differ diff --git a/example/.gitignore b/example/.gitignore new file mode 100644 index 0000000..b5174f4 --- /dev/null +++ b/example/.gitignore @@ -0,0 +1,10 @@ +*.suo +*.user +*.sln.docstates + +.vs/ +bin/ +obj/ +x64/ +debug/ +release/ diff --git a/example/.vs/Example/DesignTimeBuild/.dtbcache.v2 b/example/.vs/Example/DesignTimeBuild/.dtbcache.v2 deleted file mode 100644 index 2447ee2..0000000 Binary files a/example/.vs/Example/DesignTimeBuild/.dtbcache.v2 and /dev/null differ diff --git a/example/.vs/Example/v17/.futdcache.v1 b/example/.vs/Example/v17/.futdcache.v1 deleted file mode 100644 index dc11175..0000000 Binary files a/example/.vs/Example/v17/.futdcache.v1 and /dev/null differ diff --git a/example/.vs/Example/v17/.suo b/example/.vs/Example/v17/.suo deleted file mode 100644 index 48f80d6..0000000 Binary files a/example/.vs/Example/v17/.suo and /dev/null differ