We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64c35d commit 9908dd4Copy full SHA for 9908dd4
1 file changed
build/00-common.linq
@@ -21,8 +21,8 @@ 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.6"),
25
- new ProjectVersion("Sdcb.OpenVINO.Extensions.OpenCvSharp4", "0.6.1"),
+ new ProjectVersion("Sdcb.OpenVINO", "0.6.7"),
+ new ProjectVersion("Sdcb.OpenVINO.Extensions.OpenCvSharp4", "0.6.7"),
26
new ProjectVersion("Sdcb.OpenVINO.PaddleOCR", "0.6.3"),
27
new ProjectVersion("Sdcb.OpenVINO.PaddleOCR.Models.Online", "0.6.2"),
28
};
0 commit comments