Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Apr 7, 2024
1 parent c051909 commit b19141b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/00-common.linq
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ static ProjectVersion[] Projects = new[]
new ProjectVersion("Sdcb.PaddleOCR.Models.LocalV4", "2.7.0.1"),
new ProjectVersion("Sdcb.PaddleDetection", "2.3.3"),
new ProjectVersion("Sdcb.RotationDetector", "1.0.3"),
new ProjectVersion("Sdcb.PaddleNLP.Lac", "1.0.0-preview.5"),
new ProjectVersion("Sdcb.PaddleNLP.Lac.Model", "1.0.0-preview.1"),
new ProjectVersion("Sdcb.PaddleNLP.Lac", "1.0.0-preview.6"),
new ProjectVersion("Sdcb.PaddleNLP.Lac.Model", "1.0.0"),
};

static async Task DownloadFile(Uri uri, string localFile, CancellationToken cancellationToken = default)
Expand Down
2 changes: 1 addition & 1 deletion src/Sdcb.PaddleNLP.Lac/Sdcb.PaddleNLP.Lac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<ItemGroup Condition="'$(Configuration)' != 'Debug'">
<PackageReference Include="Sdcb.PaddleInference" Version="2.5.0.1" />
<PackageReference Include="Sdcb.PaddleNLP.Lac.Model" Version="1.0.0-preview.1" />
<PackageReference Include="Sdcb.PaddleNLP.Lac.Model" Version="1.0.0" />
</ItemGroup>

</Project>

0 comments on commit b19141b

Please sign in to comment.