diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 80d1d7934..9ab7e4aff 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,5 +1,16 @@
# Pickles Release Notes
+## v1.2.0 - 2015-07-28
+
+### New Feature
+
+- In the DHtml version, there are now links to hide/show the navigation, and to collapse/expand all nodes in the navigation ([#204](https://github.com/picklesdoc/pickles/issues/204))
+
+### Bugs Fixed
+
+- The command line version no longer silently fails when an error occurs. You will need to adapt the configuration in order to get more information from the error ([#202]((https://github.com/picklesdoc/pickles/issues/202))
+- The issue of failing silently in case the full filename is too long has been fixed ([#199](https://github.com/picklesdoc/pickles/issues/199))
+
## v1.1.0 - 2015-05-12
### New Feature
diff --git a/build.bat b/build.bat
index bf4021287..cca3697bf 100644
--- a/build.bat
+++ b/build.bat
@@ -1,19 +1,12 @@
@echo off
-set "picklesVersion=1.1.0"
+set "picklesVersion=1.2.0"
+set "fakeVersion=3.36.0"
cls
-
-cd ".\src\Pickles\packages\NuGet.CommandLine.*\tools\"
-
-".\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "..\..\..\..\..\packages" "-ExcludeVersion"
-
-cd ..\..\..\..\..
-
-
-"packages\FAKE\tools\Fake.exe" build.fsx --envvar version %picklesVersion%
-"packages\FAKE\tools\Fake.exe" nuget.fsx --envvar version %picklesVersion%
-"packages\FAKE\tools\Fake.exe" chocolatey.fsx --envvar version %picklesVersion%
+"src\Pickles\packages\FAKE.%fakeVersion%\tools\Fake.exe" build.fsx --envvar version %picklesVersion%
+"src\Pickles\packages\FAKE.%fakeVersion%\tools\Fake.exe" nuget.fsx --envvar version %picklesVersion%
+"src\Pickles\packages\FAKE.%fakeVersion%\tools\Fake.exe" chocolatey.fsx --envvar version %picklesVersion%
call unzip.cmd %picklesVersion%
diff --git a/build.fsx b/build.fsx
index a7c0cee9f..a58cc555d 100644
--- a/build.fsx
+++ b/build.fsx
@@ -1,5 +1,5 @@
// include Fake lib
-#r @"packages\FAKE\tools\FakeLib.dll"
+#r @"src\Pickles\packages\FAKE.3.36.0\tools\FakeLib.dll"
open Fake
open Fake.AssemblyInfoFile
diff --git a/chocolatey.fsx b/chocolatey.fsx
index 08df1a3f3..8ad9ea055 100644
--- a/chocolatey.fsx
+++ b/chocolatey.fsx
@@ -1,5 +1,5 @@
// include Fake lib
-#r @"packages\FAKE\tools\FakeLib.dll"
+#r @"src\Pickles\packages\FAKE.3.36.0\tools\FakeLib.dll"
open Fake
// Properties
diff --git a/nuget.fsx b/nuget.fsx
index 947d33e6c..2fba1aaad 100644
--- a/nuget.fsx
+++ b/nuget.fsx
@@ -1,5 +1,5 @@
// include Fake lib
-#r @"packages\FAKE\tools\FakeLib.dll"
+#r @"src\Pickles\packages\FAKE.3.36.0\tools\FakeLib.dll"
open Fake
// Properties
diff --git a/src/Pickles/.vs/config/applicationhost.config b/src/Pickles/.vs/config/applicationhost.config
new file mode 100644
index 000000000..5ac001ad4
--- /dev/null
+++ b/src/Pickles/.vs/config/applicationhost.config
@@ -0,0 +1,1038 @@
+
+
+
+