File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 " ) >]
99do ()
1010
1111module 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