Skip to content

Commit 7776b05

Browse files
Bump version to 0.5.9
1 parent 34f835f commit 7776b05

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.5.9 - 02.01.2016
2+
* Yaml provider handle nested lists
3+
14
#### 0.5.8 - 30.12.2015
25
* Get SharpYaml from NuGet but pack dll inside of FSharp.Configuration NuGet package
36
* Fix Travis build

src/FSharp.Configuration/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.Configuration")>]
55
[<assembly: AssemblyProductAttribute("FSharp.Configuration")>]
66
[<assembly: AssemblyDescriptionAttribute("The FSharp.Configuration project contains type providers for the configuration of .NET projects.")>]
7-
[<assembly: AssemblyVersionAttribute("0.5.8")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.5.8")>]
7+
[<assembly: AssemblyVersionAttribute("0.5.9")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.5.9")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.5.8"
12+
let [<Literal>] Version = "0.5.9"

0 commit comments

Comments
 (0)