Skip to content

Commit

Permalink
Update UMapx version
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed Oct 18, 2023
1 parent 86f5ae7 commit 4276369
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions netstandard/NsfwONNX.Gpu/NsfwONNX.Gpu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<LangVersion>8.0</LangVersion>
<AssemblyName>NsfwONNX.Gpu</AssemblyName>
<LangVersion>8.0</LangVersion>
<Version>1.0.0.2</Version>
<FileVersion>1.0.0.2</FileVersion>
<Version>1.0.1.1</Version>
<FileVersion>1.0.1.1</FileVersion>
<Authors>Valery Asiryan</Authors>
<Company>Valery Asiryan</Company>
<Description>Not Suitable for Work (NSFW) recognition library based on deep neural networks and ONNX runtime. Gpu implementation.</Description>
<Copyright>Valery Asiryan, © 2023</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>NsfwONNX.Gpu</PackageId>
<Product>NsfwONNX.Gpu</Product>
<AssemblyVersion>1.0.0.2</AssemblyVersion>
<AssemblyVersion>1.0.1.1</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>nsfw detection recognition classification detection onnx neural-networks</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/NsfwONNX</RepositoryUrl>
Expand All @@ -36,7 +36,7 @@

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

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions netstandard/NsfwONNX/NsfwONNX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<LangVersion>8.0</LangVersion>
<AssemblyName>NsfwONNX</AssemblyName>
<LangVersion>8.0</LangVersion>
<Version>1.0.0.2</Version>
<FileVersion>1.0.0.2</FileVersion>
<Version>1.0.1.1</Version>
<FileVersion>1.0.1.1</FileVersion>
<Authors>Valery Asiryan</Authors>
<Company>Valery Asiryan</Company>
<Description>Not Suitable for Work (NSFW) recognition library based on deep neural networks and ONNX runtime.</Description>
<Copyright>Valery Asiryan, © 2023</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>NsfwONNX</PackageId>
<Product>NsfwONNX</Product>
<AssemblyVersion>1.0.0.2</AssemblyVersion>
<AssemblyVersion>1.0.1.1</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>nsfw detection recognition classification detection onnx neural-networks</PackageTags>
<RepositoryUrl>https://github.com/FaceONNX/NsfwONNX</RepositoryUrl>
Expand All @@ -36,7 +36,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.9.0" />
<PackageReference Include="UMapx" Version="5.2.7.1" />
<PackageReference Include="UMapx" Version="5.2.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4276369

Please sign in to comment.