Browse Source

updated project file for packaging

tags/v0.12
Kerry Jiang 6 years ago
parent
commit
3047277a04
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      src/TensorFlowHub/TensorFlowHub.csproj

+ 10
- 1
src/TensorFlowHub/TensorFlowHub.csproj View File

@@ -2,8 +2,17 @@
<PropertyGroup>
<RootNamespace>Tensorflow.Hub</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.1</Version>
<Authors>SciSharp</Authors>
<Company>SciSharp STACK</Company>
<Copyright>Apache 2.0</Copyright>
<RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>http://scisharpstack.org</PackageProjectUrl>
<PackageTags>TensorFlow, Training model</PackageTags>
<Description>TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.10.6" />
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save