Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed Dec 3, 2024
1 parent b63694a commit 98e394a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netstandard/ClothONNX/ClothONNX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>ClothONNX</AssemblyName>
<LangVersion>8.0</LangVersion>
<Version>1.1.4.1</Version>
<FileVersion>1.1.4.1</FileVersion>
<Version>1.1.4.2</Version>
<FileVersion>1.1.4.2</FileVersion>
<Authors>Valery Asiryan</Authors>
<Company>Valery Asiryan</Company>
<Description>Cloth segmentation library based on deep neural networks and ONNX runtime.</Description>
<Copyright>Valery Asiryan, © 2023-2024</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>ClothONNX</PackageId>
<Product>ClothONNX</Product>
<AssemblyVersion>1.1.4.1</AssemblyVersion>
<AssemblyVersion>1.1.4.2</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>cloth detection segmentation recognition onnx neural-networks unet</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/ClothONNX</RepositoryUrl>
Expand All @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.9.0" />
<PackageReference Include="UMapx" Version="6.1.0.2" />
<PackageReference Include="UMapx" Version="6.1.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 98e394a

Please sign in to comment.