From 5aa3369f650fcb0adb2c1231f08a5aab0da85a98 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Wed, 5 Jul 2017 19:45:41 +0200 Subject: [PATCH] RELEASE_NOTES --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3b34e99aa9..521d893466 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,7 @@ -#### 5.5.0-alpha005 - 05.07.2017 +#### 5.5.0-alpha006 - 05.07.2017 * Support for dotnet cli tools - https://github.com/fsprojects/Paket/pull/2486 * GNU-compatible command line - https://github.com/fsprojects/Paket/pull/2429 +* BUGFIX: Fixed NugetV2 querying - https://github.com/fsprojects/Paket/pull/2485 * BUGFIX: Show stack trace only in verbose mode - https://github.com/fsprojects/Paket/pull/2481 * BUGFIX: find-packages doesn't require paket.dependencies to be present - https://github.com/fsprojects/Paket/pull/2483 * BUGFIX: Fixed for usage of the new csproj with targetFramework - https://github.com/fsprojects/Paket/pull/2482