diff --git a/src/TensorFlowNET.Core/TensorFlow.Binding.csproj b/src/TensorFlowNET.Core/TensorFlow.Binding.csproj
index a2958d16..cd5a5c90 100644
--- a/src/TensorFlowNET.Core/TensorFlow.Binding.csproj
+++ b/src/TensorFlowNET.Core/TensorFlow.Binding.csproj
@@ -19,14 +19,12 @@
Building, training and infering deep learning models.
https://tensorflownet.readthedocs.io
0.14.0.0
- Changes since v0.12.0:
-1: Add ICanBeFlattened for nest.flatten2.
-2: Complete the WhileContext.
-3: Add tf.nn.rnn_cell.BasicRNNCell and tf.nn.dynamic_rnn.
-4: Add EstimatorSpec.
-5: Add rnn.static_rnn.
-6: Add array_grad._SplitGrad().
-7: Fix import_meta_graph exception if variables is empty.
+ Changes since v0.13.0:
+1: Upgrade NumSharp to v0.20.5
+2: Return byte[] for TF_String
+3: Fix return_tensors for import_graph_def
+4: Add tf.nn.ctc_greedy_decoder
+5: Fix calling RegisterGradientFunction too early
7.3
0.14.0.0
LICENSE
@@ -66,7 +64,7 @@ https://tensorflownet.readthedocs.io
-
+