File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ #### 0.5.9 - 02.01.2016
2
+ * Yaml provider handle nested lists
3
+
1
4
#### 0.5.8 - 30.12.2015
2
5
* Get SharpYaml from NuGet but pack dll inside of FSharp.Configuration NuGet package
3
6
* Fix Travis build
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ open System.Reflection
4
4
[<assembly: AssemblyTitleAttribute( " FSharp.Configuration" ) >]
5
5
[<assembly: AssemblyProductAttribute( " FSharp.Configuration" ) >]
6
6
[<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 " ) >]
9
9
do ()
10
10
11
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = " 0.5.8 "
12
+ let [<Literal>] Version = " 0.5.9 "
You can’t perform that action at this time.
0 commit comments