diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 63586c94bc..8585b0b58a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 3.31.8 - 21.12.2016 +* BUGFIX: Update Argu to 3.6.1 + #### 3.31.7 - 20.12.2016 * BUGFIX: Revert argu update diff --git a/paket.lock b/paket.lock index e1aac8adeb..835fb93cec 100644 --- a/paket.lock +++ b/paket.lock @@ -1,6 +1,6 @@ NUGET remote: https://www.nuget.org/api/v2 - Argu (3.3) + Argu (3.6.1) FSharp.Core (>= 4.0.1.7-alpha) - framework: >= net463, >= netstandard16 NETStandard.Library (>= 1.6) - framework: >= net463, >= netstandard16 System.Xml.XDocument (>= 4.0.11) - framework: >= net463, >= netstandard16 diff --git a/src/Paket/Commands.fs b/src/Paket/Commands.fs index 9ca5c01029..e2632ec21a 100644 --- a/src/Paket/Commands.fs +++ b/src/Paket/Commands.fs @@ -413,7 +413,7 @@ let markdown (subParser : ArgumentParser) (additionalText : string) = .Append("# paket ") .AppendLine(parentMetadata.Name) .AppendLine() - .AppendLine(String.concat Environment.NewLine parentMetadata.Description) + .AppendLine(parentMetadata.Description) .AppendLine() .AppendLine(" [lang=batchfile]") .Append(" ")