diff --git a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
index d0d445a2..edccbc17 100644
--- a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
+++ b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
@@ -19,7 +19,7 @@
Google's TensorFlow full binding in .NET Standard.
Building, training and infering deep learning models.
https://tensorflownet.readthedocs.io
- 0.31.2.0
+ 0.32.0.0
tf.net 0.20.x and above are based on tensorflow native 2.x.
* Eager Mode is added finally.
@@ -27,10 +27,8 @@ https://tensorflownet.readthedocs.io
* tf.data is added.
* autograph works partially.
-TensorFlow .NET v0.30 is focused on making more Keras API work including:
-* tf.keras.datasets
-* Building keras model in subclass, functional and sequential api
- 0.31.2.0
+TensorFlow .NET v0.3x is focused on making more Keras API works
+ 0.32.0.0
LICENSE
true
true
diff --git a/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj b/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
index fa3d32ba..01f98fc8 100644
--- a/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
+++ b/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
@@ -18,7 +18,9 @@
* Support CIFAR-10 dataset in keras.datasets.
* Support Conv2D functional API.
-* Support BatchNormalization layer.
+* Support BatchNormalization layer.
+* Building keras model in subclass, functional and sequential api
+* Implemented backward_function.
Keras for .NET
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.
diff --git a/test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj b/test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj
index 05b28723..bba3bf68 100644
--- a/test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj
+++ b/test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj
@@ -20,6 +20,10 @@
x64
+
+ true
+
+