Navigation Menu

Skip to content

Commit

Permalink
Revert "Revert "Update Argu""
Browse files Browse the repository at this point in the history
This reverts commit 0d0ae9a.
  • Loading branch information
forki committed Dec 21, 2016
1 parent ecf3d29 commit 40c8c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion src/Paket/Commands.fs
Expand Up @@ -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(" ")
Expand Down

0 comments on commit 40c8c63

Please sign in to comment.