diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
index 2afe9057..175486f1 100644
--- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
+++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
@@ -5,7 +5,7 @@
TensorFlow.NET
Tensorflow
1.14.0
- 0.10.10
+ 0.10.11
Haiping Chen, Meinrad Recheis
SciSharp STACK
true
@@ -17,7 +17,7 @@
TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#
Google's TensorFlow full binding in .NET Standard.
Docs: https://tensorflownet.readthedocs.io
- 0.10.10.0
+ 0.10.11.0
Changes since v0.9.0:
1. Added full connected Convolution Neural Network example.
@@ -35,9 +35,10 @@ Docs: https://tensorflownet.readthedocs.io
13. Fix default graph and operation issue when import model.
14. Fix TF_String endcode and decode.
15. Fix Tensor memory leak.
-16. Rename with to tf_with that is only used to build graph purpose.
+16. Rename with to tf_with that is only used to build graph purpose.
+17. Graph inherit from DisposableObject.
7.2
- 0.10.10.0
+ 0.10.11.0
LICENSE
true
true