Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed Nov 21, 2024
1 parent 5649f52 commit e613385
Showing 1 changed file with 4 additions and 4 deletions.
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.4.1</Version>
<FileVersion>1.0.4.1</FileVersion>
<Version>1.0.5.1</Version>
<FileVersion>1.0.5.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, © 2024</Copyright>
<RepositoryType>Open-source</RepositoryType>
<PackageId>NsfwONNX</PackageId>
<Product>NsfwONNX</Product>
<AssemblyVersion>1.0.4.1</AssemblyVersion>
<AssemblyVersion>1.0.5.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.Managed" Version="1.9.0" />
<PackageReference Include="UMapx" Version="6.0.1.1" />
<PackageReference Include="UMapx" Version="6.1.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e613385

Please sign in to comment.