Skip to content

Commit

Permalink
Update version and UMapx
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed Nov 5, 2023
1 parent cc2aba9 commit de33645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions netstandard/ClothONNX.Gpu/ClothONNX.Gpu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>ClothONNX.Gpu</AssemblyName>
<LangVersion>8.0</LangVersion>
<Version>1.0.1.3</Version>
<FileVersion>1.0.1.3</FileVersion>
<Version>1.0.1.4</Version>
<FileVersion>1.0.1.4</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</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>ClothONNX.Gpu</PackageId>
<Product>ClothONNX.Gpu</Product>
<AssemblyVersion>1.0.1.3</AssemblyVersion>
<AssemblyVersion>1.0.1.4</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>cloth detection segmentation recognition onnx neural-networks unet</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/ClothONNX</RepositoryUrl>
Expand All @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.9.0" />
<PackageReference Include="UMapx" Version="5.2.9.2" />
<PackageReference Include="UMapx" Version="5.2.9.6" />
</ItemGroup>

<ItemGroup>
Expand Down
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.0.1.3</Version>
<FileVersion>1.0.1.3</FileVersion>
<Version>1.0.1.4</Version>
<FileVersion>1.0.1.4</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</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>ClothONNX</PackageId>
<Product>ClothONNX</Product>
<AssemblyVersion>1.0.1.3</AssemblyVersion>
<AssemblyVersion>1.0.1.4</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" Version="1.9.0" />
<PackageReference Include="UMapx" Version="5.2.9.2" />
<PackageReference Include="UMapx" Version="5.2.9.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit de33645

Please sign in to comment.