diff --git a/Build.ps1 b/Build.ps1
index 3783319..c3f921c 100644
--- a/Build.ps1
+++ b/Build.ps1
@@ -1,6 +1,6 @@
param(
[String] $majorMinor = "5.7", # 5.7
- [String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION
+ [String] $patch = "1", # $env:APPVEYOR_BUILD_VERSION
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
[Switch] $notouch,
[String] $project = "ReflectSoftware.Insight.Extensions.NLog"
diff --git a/CHANGES.md b/CHANGES.md
index 4a590bb..32fbcb6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,10 @@
## Change Log ##
+#### Version 5.7.1 ####
+ * Updated to ReflectInsight v5.7.1.1
+ * Updated reference to Newtonsoft.Json v10.0.2
+ * Updated to NLog v4.4.11
+
#### Version 5.7.0 ####
* Updated to ReflectInsight v5.7.0.0
diff --git a/assets/VersionInfo.cs b/assets/VersionInfo.cs
index da93606..04591d6 100644
--- a/assets/VersionInfo.cs
+++ b/assets/VersionInfo.cs
@@ -7,6 +7,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyVersion("5.7.0.1705")]
-[assembly: AssemblyFileVersion("5.7.0.1705")]
-[assembly: AssemblyInformationalVersion("5.7.0")]
+[assembly: AssemblyVersion("5.7.1.1706")]
+[assembly: AssemblyFileVersion("5.7.1.1706")]
+[assembly: AssemblyInformationalVersion("5.7.1")]
diff --git a/src/ReflectSoftware.Insight.Extensions.NLog 4.5.csproj b/src/ReflectSoftware.Insight.Extensions.NLog 4.5.csproj
index e823e46..aff7283 100644
--- a/src/ReflectSoftware.Insight.Extensions.NLog 4.5.csproj
+++ b/src/ReflectSoftware.Insight.Extensions.NLog 4.5.csproj
@@ -67,15 +67,14 @@
false
-
- ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll
- True
+
+ ..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll
- ..\packages\NLog.4.4.9\lib\net45\NLog.dll
+ ..\packages\NLog.4.4.11\lib\net45\NLog.dll
-
- ..\packages\ReflectSoftware.Insight.5.7.0.0\lib\net45\ReflectSoftware.Insight.dll
+
+ ..\packages\ReflectSoftware.Insight.5.7.1.1\lib\net45\ReflectSoftware.Insight.dll
diff --git a/src/ReflectSoftware.Insight.Extensions.NLog.nuspec b/src/ReflectSoftware.Insight.Extensions.NLog.nuspec
index c9c00c0..f01f5a1 100644
--- a/src/ReflectSoftware.Insight.Extensions.NLog.nuspec
+++ b/src/ReflectSoftware.Insight.Extensions.NLog.nuspec
@@ -23,7 +23,7 @@ You can view your NLog messages in realtime, in a rich viewer that allows you to
reflectinsight logging log logfiles events nlog exception handling structured tracing trace debug diagnostic
-
+
diff --git a/src/packages.config b/src/packages.config
index 3441357..9c5e387 100644
--- a/src/packages.config
+++ b/src/packages.config
@@ -1,6 +1,6 @@
-
-
-
+
+
+
\ No newline at end of file