From de12ae86a5416f5ee3a9b608a89a826a340aa0a5 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Wed, 30 Mar 2016 15:19:07 +0200 Subject: [PATCH] Property Definitions: placed after csharp targets --- RELEASE_NOTES.md | 3 +++ .../MyClassLibrary.csprojtemplate | 16 +++++++-------- .../MyClassLibrary/MyClassLibrary.expected | 14 ++++++------- .../MyClassLibrary.csprojtemplate | 18 ++++++++--------- .../MyClassLibrary/MyClassLibrary.expected | 14 ++++++------- .../MyClassLibrary.csprojtemplate | 16 +++++++-------- .../MyClassLibrary.csprojtemplate | 14 ++++++------- .../MyClassLibrary.csprojtemplate | 20 +++++++++---------- .../MyClassLibrary/MyClassLibrary.expected | 14 ++++++------- src/Paket.Core/ProjectFile.fs | 6 ++++++ 10 files changed, 72 insertions(+), 63 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4b3bea5118..f8ebdd166c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 2.57.1 - 30.03.2016 +* BUGFIX: Property Definitions: placed after csharp targets - https://github.com/fsprojects/Paket/pull/1522 + #### 2.57.0 - 30.03.2016 * BUGFIX: Property Definitions: placed after non-paket imports if they directly follow the top property groups - https://github.com/fsprojects/Paket/pull/1561 * BUGFIX: Fixed inconsistent condition generation in paket.lock file - https://github.com/fsprojects/Paket/issues/1552 diff --git a/integrationtests/scenarios/i001427-content-none/before/MyClassLibrary/MyClassLibrary/MyClassLibrary.csprojtemplate b/integrationtests/scenarios/i001427-content-none/before/MyClassLibrary/MyClassLibrary/MyClassLibrary.csprojtemplate index 108dc05f8c..cde892aeb4 100644 --- a/integrationtests/scenarios/i001427-content-none/before/MyClassLibrary/MyClassLibrary/MyClassLibrary.csprojtemplate +++ b/integrationtests/scenarios/i001427-content-none/before/MyClassLibrary/MyClassLibrary/MyClassLibrary.csprojtemplate @@ -28,14 +28,7 @@ TRACE prompt 4 - - - - - <__paket__Fody_targets>portable-net+sl+win+wpa+wp\Fody - - - + @@ -51,6 +44,13 @@ + + + + <__paket__Fody_targets>portable-net+sl+win+wpa+wp\Fody + + +