We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e935a commit 8ba9ad2Copy full SHA for 8ba9ad2
1 file changed
build/00-common.linq
@@ -21,7 +21,7 @@ static void DotNetRun(string args) => Run("dotnet", args.Dump(), Encoding.GetEnc
21
static void Run(string exe, string args, Encoding encoding) => Util.Cmd(exe, args, encoding);
22
static ProjectVersion[] Projects = new[]
23
{
24
- new ProjectVersion("Sdcb.OpenVINO", "0.6.8"),
+ new ProjectVersion("Sdcb.OpenVINO", "0.6.9"),
25
new ProjectVersion("Sdcb.OpenVINO.Extensions.OpenCvSharp4", "0.6.8"),
26
new ProjectVersion("Sdcb.OpenVINO.PaddleOCR", "0.6.8"),
27
new ProjectVersion("Sdcb.OpenVINO.PaddleOCR.Models.Online", "0.6.2"),
0 commit comments