From 79255aa5e0605717aeb419af994c1b9190905e1e Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 21 Dec 2015 10:21:27 +0100 Subject: [PATCH] RELEASE_NOTES --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f94970a646..d7d5df77ab 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,5 @@ #### 2.37.0-alpha004 - 21.12.2015 -* New "clear-cache" command allows to clear the NuGet cache - http://fsprojects.github.io/Paket/clear-cache.html +* New "clear-cache" command allows to clear the NuGet cache - http://fsprojects.github.io/Paket/paket-clear-cache.html * Paket checks PackageDetails only for sources that responded with versions for a package - https://github.com/fsprojects/Paket/issues/1317 * Implemented support for specifying per-template versions in paket pack - https://github.com/fsprojects/Paket/pull/1314 * Added support for relative src link to package content - https://github.com/fsprojects/Paket/pull/1311