From 0e069f3055d2c9f902d87a7a5598f43d9aadd1bc Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sat, 7 Feb 2015 17:34:38 +0100 Subject: [PATCH] Don't forget the ending --- RELEASE_NOTES.md | 2 +- src/Paket.Core/ProjectFile.fs | 2 +- src/Paket/Paket.fsproj | 2 +- tests/Paket.Tests/InstallModel/Xml/GitInfoPlanter.fs | 2 +- tests/Paket.Tests/InstallModel/Xml/StyleCop.MSBuild.fs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2d13d25f30..0117c578e8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 0.27.0-alpha017 - 07.02.2015 +#### 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 * Don't internalize in paket.exe during ILMerge diff --git a/src/Paket.Core/ProjectFile.fs b/src/Paket.Core/ProjectFile.fs index c0e5fa7e7a..d92db48073 100644 --- a/src/Paket.Core/ProjectFile.fs +++ b/src/Paket.Core/ProjectFile.fs @@ -261,7 +261,7 @@ type ProjectFile = node |> propertyGroup.AppendChild |> ignore - Some(propertyName,path,path.Substring(0,path.LastIndexOf("build\\") + 6))) + Some(propertyName,createRelativePath this.FileName fi.FullName,path.Substring(0,path.LastIndexOf("build\\") + 6))) |> Set.ofSeq propertyNames,propertyGroup diff --git a/src/Paket/Paket.fsproj b/src/Paket/Paket.fsproj index baa3beea89..dda3f4dec3 100644 --- a/src/Paket/Paket.fsproj +++ b/src/Paket/Paket.fsproj @@ -30,7 +30,7 @@ update Project paket.exe - d:\code\PaketKopie + d:\code\fsCheck pdbonly diff --git a/tests/Paket.Tests/InstallModel/Xml/GitInfoPlanter.fs b/tests/Paket.Tests/InstallModel/Xml/GitInfoPlanter.fs index cae5430eb8..17413adfa9 100644 --- a/tests/Paket.Tests/InstallModel/Xml/GitInfoPlanter.fs +++ b/tests/Paket.Tests/InstallModel/Xml/GitInfoPlanter.fs @@ -14,7 +14,7 @@ let emptyPropertyDefinitionNodes = """ """ let expectedPropertyNodes = """ -""" +""" [] let ``should generate Xml for GitInfoPlanter2.0.0``() = diff --git a/tests/Paket.Tests/InstallModel/Xml/StyleCop.MSBuild.fs b/tests/Paket.Tests/InstallModel/Xml/StyleCop.MSBuild.fs index 3ad4178227..bb4807aed0 100644 --- a/tests/Paket.Tests/InstallModel/Xml/StyleCop.MSBuild.fs +++ b/tests/Paket.Tests/InstallModel/Xml/StyleCop.MSBuild.fs @@ -11,7 +11,7 @@ let emptyPropertyNameNodes = """ """ let expectedPropertyNodes = """ -""" +""" [] let ``should generate Xml for StyleCop.MSBuild``() =