|
12 | 12 | <Copyright>Apache 2.0, Haiping Chen 2020</Copyright> |
13 | 13 | <PackageId>TensorFlow.Keras</PackageId> |
14 | 14 | <PackageProjectUrl>https://github.com/SciSharp/TensorFlow.NET</PackageProjectUrl> |
15 | | - <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl> |
| 15 | + <PackageIcon>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIcon> |
16 | 16 | <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl> |
17 | | - <PackageReleaseNotes>Keras for .NET is a C# version of Keras migrated from the python version.</PackageReleaseNotes> |
18 | | - <Description>Keras for .NET developers. |
| 17 | + <PackageReleaseNotes>Keras for .NET is a C# version of Keras ported from the python version.</PackageReleaseNotes> |
| 18 | + <Description>Keras for .NET |
19 | 19 |
|
20 | 20 | Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages.</Description> |
21 | 21 | <Company>SciSharp STACK</Company> |
22 | 22 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
23 | 23 | <PackageTags>tensorflow, keras, deep learning, machine learning</PackageTags> |
| 24 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 25 | + <RepositoryType>Git</RepositoryType> |
24 | 26 | </PropertyGroup> |
25 | 27 |
|
26 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
27 | 29 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
28 | 30 | </PropertyGroup> |
29 | 31 |
|
30 | 32 | <ItemGroup> |
| 33 | + <PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.138" /> |
31 | 34 | <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
32 | 35 | </ItemGroup> |
33 | 36 |
|
34 | 37 | <ItemGroup> |
35 | | - <ProjectReference Include="..\TensorFlowNET.Core\Tensorflow.Binding.csproj" /> |
| 38 | + <Folder Include="Saving\" /> |
36 | 39 | </ItemGroup> |
37 | 40 |
|
38 | 41 | <ItemGroup> |
39 | | - <Folder Include="Saving\" /> |
| 42 | + <ProjectReference Include="..\TensorFlowNET.Core\Tensorflow.Binding.csproj" /> |
40 | 43 | </ItemGroup> |
41 | 44 |
|
42 | 45 | </Project> |
0 commit comments