Skip to content

Commit 9a21d70

Browse files
committed
bump versions to 0.5.1
1 parent b28a207 commit 9a21d70

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build/00-common.linq

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ static void DotNetRun(string args) => Run("dotnet", args.Dump(), Encoding.GetEnc
2121
static void Run(string exe, string args, Encoding encoding) => Util.Cmd(exe, args, encoding);
2222
static ProjectVersion[] Projects = new[]
2323
{
24-
new ProjectVersion("Sdcb.OpenVINO", "0.5.0"),
25-
new ProjectVersion("Sdcb.OpenVINO.Extensions.OpenCvSharp4", "0.1.0"),
26-
new ProjectVersion("Sdcb.OpenVINO.PaddleOCR", "0.4.2"),
24+
new ProjectVersion("Sdcb.OpenVINO", "0.5.1"),
25+
new ProjectVersion("Sdcb.OpenVINO.Extensions.OpenCvSharp4", "0.2.0"),
26+
new ProjectVersion("Sdcb.OpenVINO.PaddleOCR", "0.5.1"),
2727
new ProjectVersion("Sdcb.OpenVINO.PaddleOCR.Models.Online", "0.2"),
2828
};
2929

projects/PaddleOCR/Sdcb.OpenVINO.PaddleOCR/Sdcb.OpenVINO.PaddleOCR.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
3838

39-
<PackageReference Include="Sdcb.OpenVINO" Version="0.5.0" Condition="'$(Configuration)' != 'Debug'" />
40-
<PackageReference Include="Sdcb.OpenVINO.Extensions.OpenCvSharp4" Version="0.1.0" Condition="'$(Configuration)' != 'Debug'"/>
39+
<PackageReference Include="Sdcb.OpenVINO" Version="0.5.1" Condition="'$(Configuration)' != 'Debug'" />
40+
<PackageReference Include="Sdcb.OpenVINO.Extensions.OpenCvSharp4" Version="0.2.0" Condition="'$(Configuration)' != 'Debug'"/>
4141

4242
<ProjectReference Include="..\..\..\src\Sdcb.OpenVINO\Sdcb.OpenVINO.csproj" Condition="'$(Configuration)' == 'Debug'" />
4343
<ProjectReference Include="..\..\..\src\Sdcb.OpenVINO.Extensions.OpenCvSharp4\Sdcb.OpenVINO.Extensions.OpenCvSharp4.csproj" Condition="'$(Configuration)' == 'Debug'" />

src/Sdcb.OpenVINO.Extensions.OpenCvSharp4/Sdcb.OpenVINO.Extensions.OpenCvSharp4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup>
3636
<ProjectReference Include="..\Sdcb.OpenVINO\Sdcb.OpenVINO.csproj" Condition="'$(Configuration)' == 'Debug'"/>
37-
<PackageReference Include="Sdcb.OpenVINO" Version="0.4.5" Condition="'$(Configuration)' != 'Debug'" />
37+
<PackageReference Include="Sdcb.OpenVINO" Version="0.5.1" Condition="'$(Configuration)' != 'Debug'" />
3838
</ItemGroup>
3939

4040
</Project>

0 commit comments

Comments
 (0)