Skip to content

Commit

Permalink
CLD3 0.0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jun 24, 2024
1 parent f16a9fc commit 47fa3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.0.4</Version>
<Version>0.0.0.5</Version>
<PackageId>LanguageIdentification.CLD3.Native</PackageId>
<AssemblyName>LanguageIdentification.CLD3.Native</AssemblyName>
<RootNamespace>LanguageIdentification.CLD3.Native</RootNamespace>
Expand Down Expand Up @@ -40,9 +40,11 @@

<ItemGroup>
<Content Include="libcld3.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes/linux-x64/native</PackagePath>
<pack>true</pack>
<Visible>false</Visible>
</Content>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.0.0.4</Version>
<Version>0.0.0.5</Version>
<PackageId>LanguageIdentification.CLD3</PackageId>
<AssemblyName>LanguageIdentification.CLD3</AssemblyName>
<RootNamespace>LanguageIdentification.CLD3</RootNamespace>
Expand Down

0 comments on commit 47fa3a5

Please sign in to comment.