From 986ef1c70f647a2e967112df2818e63049d4fb7c Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sun, 26 Oct 2014 10:50:35 +0100 Subject: [PATCH] RELEASE_NOTES --- RELEASE_NOTES.md | 3 +++ build.cmd | 2 +- build.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 94c22707945..3ccecd14882 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 3.7.6 - 26.10.2014 +* Version NAV 800 added - https://github.com/fsharp/FAKE/pull/576 + #### 3.7.5 - 22.10.2014 * Feature/list targets in command line - http://fsharp.github.io/FAKE/specifictargets.html diff --git a/build.cmd b/build.cmd index 4bc6c4e9ae3..52423f3105e 100644 --- a/build.cmd +++ b/build.cmd @@ -7,7 +7,7 @@ if errorlevel 1 ( exit /b %errorlevel% ) -.paket\paket.exe restore -v +.paket\paket.exe restore if errorlevel 1 ( exit /b %errorlevel% ) diff --git a/build.sh b/build.sh index eeab77a6262..696ad57fcd8 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ if [ $exit_code -ne 0 ]; then exit $exit_code fi -mono .paket/paket.exe restore -v +mono .paket/paket.exe restore exit_code=$? if [ $exit_code -ne 0 ]; then exit $exit_code