Browse Source

Update the package info of Tensorflow.Hub.

pull/1047/head
Yaohui Liu 2 years ago
parent
commit
18602c212b
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      src/TensorflowNET.Hub/Tensorflow.Hub.csproj

+ 17
- 0
src/TensorflowNET.Hub/Tensorflow.Hub.csproj View File

@@ -5,6 +5,23 @@
<LangVersion>10</LangVersion> <LangVersion>10</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<PackageId>TensorFlow.NET.Hub</PackageId>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<SignAssembly>true</SignAssembly>
<Authors>Yaohui Liu, Haiping Chen</Authors>
<Company>SciSharp STACK</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Apache 2.0, Haiping Chen $([System.DateTime]::UtcNow.ToString(yyyy))</Copyright>
<RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>http://scisharpstack.org</PackageProjectUrl>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
<PackageTags>TensorFlow, SciSharp, Machine Learning, Deep Learning, TensorFlow Hub, TensorFlow.NET, TF.NET, AI</PackageTags>
<Description>
Google's TensorFlow Hub full binding in .NET Standard.
A library for transfer learning with TensorFlow.NET.
</Description>
</PropertyGroup> </PropertyGroup>


<ItemGroup> <ItemGroup>


Loading…
Cancel
Save