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 c10e108 commit 5ba1a13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netstandard/DepthONNX/DepthONNX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>DepthONNX</AssemblyName>
<LangVersion>8.0</LangVersion>
<Version>1.0.2.1</Version>
<FileVersion>1.0.2.1</FileVersion>
<Version>1.0.2.2</Version>
<FileVersion>1.0.2.2</FileVersion>
<Authors>Valery Asiryan</Authors>
<Company>Valery Asiryan</Company>
<Description>Monocular depth estimation library based on deep neural networks and ONNX runtime.</Description>
<Copyright>Valery Asiryan, © 2024</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>DepthONNX</PackageId>
<Product>DepthONNX</Product>
<AssemblyVersion>1.0.2.1</AssemblyVersion>
<AssemblyVersion>1.0.2.2</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>monocular depth estimation onnx neural-networks</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/DepthONNX</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 5ba1a13

Please sign in to comment.