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.11 - 24.01.2016
2+ * Add Path.GetFullPath to the filePath calculation in YamlConfigProvider
3+
14#### 0.5.10 - 20.01.2016
25* Yaml provider: added event to monitor errors in parsing from LoadAndWatch
36
Original file line number Diff line number Diff line change 1+ #### 0.5.11 - 24.01.2016
2+ * Add Path.GetFullPath to the filePath calculation in YamlConfigProvider
3+
14#### 0.5.10 - 20.01.2016
25* Yaml provider: added event to monitor errors in parsing from LoadAndWatch
36
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.10 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 0.5.10 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 0.5.11 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 0.5.11 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 0.5.10 "
12+ let [<Literal>] Version = " 0.5.11 "
You can’t perform that action at this time.
0 commit comments