Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Jan 2, 2019
1 parent b35a23d commit 491bd68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 5.2.0
* Fix SourceLink issues.

### 5.1.0
* Performance optimizations.
* Fixed incorrect commandline option generation in non-English locales.
Expand Down Expand Up @@ -144,4 +147,4 @@

#### 0.5.8
* Include optional BindingFlags parameter.
* Include support for all primitive types.
* Include support for all primitive types.
8 changes: 4 additions & 4 deletions src/Argu/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Argu")>]
[<assembly: AssemblyProductAttribute("Argu")>]
[<assembly: AssemblyDescriptionAttribute("A declarative command line and XML configuration parser for F# applications.")>]
[<assembly: AssemblyVersionAttribute("5.1.0")>]
[<assembly: AssemblyFileVersionAttribute("5.1.0")>]
[<assembly: AssemblyVersionAttribute("5.2.0")>]
[<assembly: AssemblyFileVersionAttribute("5.2.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Argu"
let [<Literal>] AssemblyProduct = "Argu"
let [<Literal>] AssemblyDescription = "A declarative command line and XML configuration parser for F# applications."
let [<Literal>] AssemblyVersion = "5.1.0"
let [<Literal>] AssemblyFileVersion = "5.1.0"
let [<Literal>] AssemblyVersion = "5.2.0"
let [<Literal>] AssemblyFileVersion = "5.2.0"

0 comments on commit 491bd68

Please sign in to comment.