Skip to content

Commit c3d8c96

Browse files
Released 0.6.0
1 parent aae8742 commit c3d8c96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Keras/Keras.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>Keras.NET</PackageId>
6-
<Version>0.5.2</Version>
6+
<Version>0.6.0</Version>
77
<Authors>SciSharp Team</Authors>
88
<Product>Keras.NET</Product>
99
<Description>Keras.NET is a high-level neural networks API, written in C# with Python Binding and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.</Description>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11-
<PackageProjectUrl>https://github.com/SciSharp/Keras.NET</PackageProjectUrl>
11+
<PackageProjectUrl>https://scisharp.github.io/Keras.NET/</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/SciSharp/Keras.NET</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=128&amp;v=4</PackageIconUrl>
15+
<PackageTags>keras, deep learning, neural network, tensorflow, cntk, plaimml</PackageTags>
16+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1517
</PropertyGroup>
1618

1719
<ItemGroup>

0 commit comments

Comments
 (0)