diff --git a/CHANGELOG.md b/CHANGELOG.md
index be832956a..4d94ecb60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,16 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
### Security
+## [2.18.2] - 2018-04-28
+
+### Changed
+
+- Updated several external libraries
+
+### Fixed
+
+- Problem with Chocolatey Deployment
+
## [2.18.1] - 2018-04-20
### Fixed
diff --git a/build.bat b/build.bat
index e2e4a54d8..79b45ef10 100644
--- a/build.bat
+++ b/build.bat
@@ -1,5 +1,5 @@
@echo off
-set "picklesVersion=2.18.1"
+set "picklesVersion=2.18.2"
cls
diff --git a/chocolatey.fsx b/chocolatey.fsx
index 744ef941f..e2eebc6f6 100644
--- a/chocolatey.fsx
+++ b/chocolatey.fsx
@@ -68,6 +68,7 @@ Target "CreatePackage GUI" (fun _ ->
guiDir + "MahApps.Metro.dll";
guiDir + "MarkdownDeep.dll";
guiDir + "CommonServiceLocator.dll";
+ guiDir + "ControlzEx.dll";
guiDir + "Newtonsoft.Json.dll";
guiDir + "NLog.dll";
guiDir + "NlogViewer.dll";
diff --git a/chocolatey/picklesui.nuspec b/chocolatey/picklesui.nuspec
index b5ffb4e05..4177c051a 100644
--- a/chocolatey/picklesui.nuspec
+++ b/chocolatey/picklesui.nuspec
@@ -46,6 +46,7 @@ Optionally, *Pickles* can **integrate test results**, so that your stakeholders
+
diff --git a/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj b/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj
index 26c959648..e493b766f 100644
--- a/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj
+++ b/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj
@@ -1,5 +1,6 @@
+
Debug
AnyCPU
@@ -16,6 +17,8 @@
$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages
False
UnitTest
+
+
true
@@ -39,8 +42,8 @@
..\packages\NFluent.2.2.0\lib\net45\NFluent.dll
-
- ..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll
+
+ ..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll
@@ -107,6 +110,12 @@
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+