diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets index 52f41c60..0df24f94 100644 --- a/.paket/Paket.Restore.targets +++ b/.paket/Paket.Restore.targets @@ -65,6 +65,8 @@ True + + $(BaseIntermediateOutputPath.TrimEnd('\').TrimEnd('\/')) @@ -105,8 +107,8 @@ true - @@ -115,18 +117,18 @@ - - + + - + - $(MSBuildProjectDirectory)\obj\$(MSBuildProjectFile).paket.references.cached + $(PaketIntermediateOutputPath)\$(MSBuildProjectFile).paket.references.cached $(MSBuildProjectFullPath).paket.references @@ -161,8 +163,8 @@ - - + + @@ -195,7 +197,7 @@ - $(MSBuildProjectDirectory)/obj/$(MSBuildProjectFile).paket.clitools + $(PaketIntermediateOutputPath)/$(MSBuildProjectFile).paket.clitools @@ -214,12 +216,12 @@ - + false $(MSBuildVersion) @@ -227,9 +229,9 @@ - + - <_NuspecFilesNewLocation Include="$(BaseIntermediateOutputPath)$(Configuration)\*.nuspec"/> + <_NuspecFilesNewLocation Include="$(PaketIntermediateOutputPath)\$(Configuration)\*.nuspec"/> @@ -237,14 +239,16 @@ $(MSBuildProjectDirectory)/$(MSBuildProjectFile) true + false + true false - true + true false - true + true false - true - $(BaseIntermediateOutputPath)$(Configuration) - $(BaseIntermediateOutputPath) + true + $(PaketIntermediateOutputPath)\$(Configuration) + $(PaketIntermediateOutputPath) @@ -258,6 +262,53 @@ + + ] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Argu" let [] AssemblyProduct = "Argu" let [] AssemblyDescription = "A declarative command line and XML configuration parser for F# applications." - let [] AssemblyVersion = "5.2.0" - let [] AssemblyFileVersion = "5.2.0" + let [] AssemblyVersion = "5.4.0" + let [] AssemblyFileVersion = "5.4.0"