Skip to content

Commit

Permalink
Correct xmls and upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed Apr 27, 2024
1 parent 037cd3a commit d9ee931
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.1.0.1</Version>
<FileVersion>1.1.0.1</FileVersion>
<Version>1.1.0.2</Version>
<FileVersion>1.1.0.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</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>ClothONNX.Gpu</PackageId>
<Product>ClothONNX.Gpu</Product>
<AssemblyVersion>1.1.0.1</AssemblyVersion>
<AssemblyVersion>1.1.0.2</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>cloth detection segmentation recognition onnx neural-networks unet</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/ClothONNX</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion netstandard/ClothONNX.Gpu/ClothSegmentatorQuality.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public enum ClothSegmentatorQuality
{
/// <summary>
/// Log quality.
/// Low quality.
/// </summary>
Low = 512,
/// <summary>
Expand Down
6 changes: 3 additions & 3 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.0.1</Version>
<FileVersion>1.1.0.1</FileVersion>
<Version>1.1.0.2</Version>
<FileVersion>1.1.0.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</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>ClothONNX</PackageId>
<Product>ClothONNX</Product>
<AssemblyVersion>1.1.0.1</AssemblyVersion>
<AssemblyVersion>1.1.0.2</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>cloth detection segmentation recognition onnx neural-networks unet</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/ClothONNX</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion netstandard/ClothONNX/ClothSegmentatorQuality.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public enum ClothSegmentatorQuality
{
/// <summary>
/// Log quality.
/// Low quality.
/// </summary>
Low = 512,
/// <summary>
Expand Down

0 comments on commit d9ee931

Please sign in to comment.