Skip to content

Commit 6d14031

Browse files
Bump version to 0.5.12
1 parent 17faaa2 commit 6d14031

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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.12 - 01.03.2016
2+
* Added support for data in int64 to YamlConfigProvider
3+
14
#### 0.5.11 - 24.01.2016
25
* Add Path.GetFullPath to the filePath calculation in YamlConfigProvider
36

docs/content/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.5.12 - 01.03.2016
2+
* Added support for data in int64 to YamlConfigProvider
3+
14
#### 0.5.11 - 24.01.2016
25
* Add Path.GetFullPath to the filePath calculation in YamlConfigProvider
36

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.11")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.5.11")>]
7+
[<assembly: AssemblyVersionAttribute("0.5.12")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.5.12")>]
99
do ()
1010

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

0 commit comments

Comments
 (0)