Skip to content

Commit d228b6f

Browse files
committed
change text.
1 parent 63e13b1 commit d228b6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<Copyright>Apache 2.0</Copyright>
1313
<RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
15+
<PackageProjectUrl>http://scisharpstack.org</PackageProjectUrl>
1616
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
1717
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags>
1818
<Description>Google's TensorFlow full binding in .NET Standard.
1919
Docs: https://tensorflownet.readthedocs.io
20-
Learn more about .NET AI: https://medium.com/scisharp</Description>
20+
Medium: https://medium.com/scisharp</Description>
2121
<AssemblyVersion>0.10.0.0</AssemblyVersion>
2222
<PackageReleaseNotes>Changes since v0.9.0:
2323

@@ -26,7 +26,8 @@ Learn more about .NET AI: https://medium.com/scisharp</Description>
2626
3. Create Tensor from array without copying.
2727
4. Fix path issue of Transfer Learning example on Linux.
2828
5. Add back gen_ops.cs.
29-
5. Add StridedSliceGrad.</PackageReleaseNotes>
29+
6. Add StridedSliceGrad.
30+
7. Add BatchMatMulGrad.</PackageReleaseNotes>
3031
<LangVersion>7.2</LangVersion>
3132
<FileVersion>0.10.0.0</FileVersion>
3233
<PackageLicenseFile>LICENSE</PackageLicenseFile>

0 commit comments

Comments
 (0)