From 88d92ef79fee2b53575f017c44cc3118130ce789 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Mon, 19 Dec 2016 16:24:53 +0000 Subject: [PATCH] bump version --- RELEASE_NOTES.md | 3 +++ src/Argu/AssemblyInfo.fs | 8 ++++---- src/Argu/project.json | 2 +- tests/Argu.Tests/project.json | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5277daf2..f4c3c438 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 3.6.0 +* Fix wordwrapping issue in usage strings. + ### 3.5.0 * Add SourceLink Support. diff --git a/src/Argu/AssemblyInfo.fs b/src/Argu/AssemblyInfo.fs index a9c1a893..c9f06f15 100644 --- a/src/Argu/AssemblyInfo.fs +++ b/src/Argu/AssemblyInfo.fs @@ -2,10 +2,10 @@ namespace System open System.Reflection -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] AssemblyVersion = "3.5.0" - let [] AssemblyFileVersion = "3.5.0" + let [] AssemblyVersion = "3.6.0" + let [] AssemblyFileVersion = "3.6.0" diff --git a/src/Argu/project.json b/src/Argu/project.json index 1ddb91b4..d64e9b47 100644 --- a/src/Argu/project.json +++ b/src/Argu/project.json @@ -1,5 +1,5 @@ { - "version": "3.5.0", + "version": "3.6.0", "buildOptions": { "debugType": "portable", "compilerName": "fsc", diff --git a/tests/Argu.Tests/project.json b/tests/Argu.Tests/project.json index 3abc89a5..85130023 100644 --- a/tests/Argu.Tests/project.json +++ b/tests/Argu.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "3.5.0", + "version": "3.6.0", "buildOptions": { "debugType": "portable", "compilerName": "fsc",