From 5017cc5ca89b2820063a00fc69982e6fbaa945b1 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sat, 7 Feb 2015 19:02:11 +0100 Subject: [PATCH] RELEASE_NOTES --- RELEASE_NOTES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0117c578e8..d5f8de2e4d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,13 @@ -#### 0.27.0-alpha018 - 07.02.2015 -* Allow to reference `.props` and `.targets` files - https://github.com/fsprojects/Paket/issues/516 -* Create a install function in the api which takes a `paket.dependencies` file as text - https://github.com/fsprojects/Paket/issues/576 +#### 0.27.0 - 07.02.2015 +* Install process will reference `.props` and `.targets` files from NuGet packages - https://github.com/fsprojects/Paket/issues/516 * Don't internalize in paket.exe during ILMerge * Allow to download from pre-authenticated MyGet feed - https://github.com/fsprojects/Paket/issues/466 * BUGFIX: Fix `paket install --hard` for FSharp.Core - https://github.com/fsprojects/Paket/issues/579 * BUGFIX: `paket convert-from-nuget` ignores casing when looking for nuget.targets - https://github.com/fsprojects/Paket/issues/580 * BUGFIX: `paket install` correctly parses HTTP references - https://github.com/fsprojects/Paket/pull/571 -* BUGFIX: `paket.dependencies` parser fails if tokens are not valid -* COSMETICS: Prerelease strings are checked if they contain operators +* BUGFIX: `paket.dependencies` parser now fails if tokens are not valid +* COSMETICS: Prerelease strings are checked that they don't contain operators +* COSMETICS: Create an install function in the API which takes a `paket.dependencies` file as text - https://github.com/fsprojects/Paket/issues/576 #### 0.26.0 - 31.01.2015 * Allow to opt-out of old frameworks in `paket.dependencies` - http://fsprojects.github.io/Paket/nuget-dependencies.html#Framework-restrictions