File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ #### 0.5.12 - 01.03.2016
2
+ * Added support for data in int64 to YamlConfigProvider
3
+
1
4
#### 0.5.11 - 24.01.2016
2
5
* Add Path.GetFullPath to the filePath calculation in YamlConfigProvider
3
6
Original file line number Diff line number Diff line change
1
+ #### 0.5.12 - 01.03.2016
2
+ * Added support for data in int64 to YamlConfigProvider
3
+
1
4
#### 0.5.11 - 24.01.2016
2
5
* Add Path.GetFullPath to the filePath calculation in YamlConfigProvider
3
6
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.11 " ) >]
8
- [<assembly: AssemblyFileVersionAttribute( " 0.5.11 " ) >]
7
+ [<assembly: AssemblyVersionAttribute( " 0.5.12 " ) >]
8
+ [<assembly: AssemblyFileVersionAttribute( " 0.5.12 " ) >]
9
9
do ()
10
10
11
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = " 0.5.11 "
12
+ let [<Literal>] Version = " 0.5.12 "
You can’t perform that action at this time.
0 commit comments