Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Mar 31, 2023
1 parent 84d302a commit e605128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/00-common.linq
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ static void DotNetRun(string args) => Run("dotnet", args, Encoding.GetEncoding("
static void Run(string exe, string args, Encoding encoding) => Util.Cmd(exe, args, encoding);
static ProjectVersion[] Projects = new[]
{
new ProjectVersion("Sdcb.PaddleInference", "2.4.1"),
new ProjectVersion("Sdcb.PaddleOCR", "2.6.0.1"),
new ProjectVersion("Sdcb.PaddleInference", "2.4.1.1"),
new ProjectVersion("Sdcb.PaddleOCR", "2.6.0.2"),
new ProjectVersion("Sdcb.PaddleOCR.Models.Online", "2.5.0"),
new ProjectVersion("Sdcb.PaddleOCR.Models.LocalV3", "2.5.0"),
new ProjectVersion("Sdcb.PaddleDetection", "2.3.0"),
Expand Down

0 comments on commit e605128

Please sign in to comment.