diff --git a/README.md b/README.md
index 457a1533..de7bba88 100644
--- a/README.md
+++ b/README.md
@@ -186,7 +186,9 @@ git pull upstream master
Feel free to star or raise issue on [Github](https://github.com/SciSharp/TensorFlow.NET).
-Join our chat on [Gitter](https://gitter.im/sci-sharp/community) or
+Follow us on [Medium](https://medium.com/scisharp).
+
+Join our chat on [Gitter](https://gitter.im/sci-sharp/community).
Scan QR code to join Tencent TIM group:
diff --git a/TensorFlow.NET.sln b/TensorFlow.NET.sln
index 523a148c..874f8082 100644
--- a/TensorFlow.NET.sln
+++ b/TensorFlow.NET.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.168
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlowNET.UnitTest", "test\TensorFlowNET.UnitTest\TensorFlowNET.UnitTest.csproj", "{029A8CF1-CF95-4DCB-98AA-9D3D96A83B3E}"
EndProject
diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
index 3fd562c6..4c783790 100644
--- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
+++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
@@ -16,7 +16,8 @@
https://avatars3.githubusercontent.com/u/44989469?s=200&v=4
TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#
Google's TensorFlow full binding in .NET Standard.
-Docs: https://tensorflownet.readthedocs.io
+Docs: https://tensorflownet.readthedocs.io
+Learn more about .NET AI: https://medium.com/scisharp
0.9.0.0
Changes since v0.8.3:
@@ -25,6 +26,8 @@ Docs: https://tensorflownet.readthedocs.io
3. Fixed AdaOptimizer issue.
7.2
0.9.0.0
+ LICENSE
+ false
@@ -40,6 +43,10 @@ Docs: https://tensorflownet.readthedocs.io
+
+ True
+
+
diff --git a/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj b/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj
index 176a4d58..e64e6df8 100644
--- a/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj
+++ b/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj
@@ -17,7 +17,6 @@
-