Skip to content

Commit

Permalink
Bump version to 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-kirichenko committed Mar 1, 2016
1 parent 17faaa2 commit 6d14031
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.5.12 - 01.03.2016
* Added support for data in int64 to YamlConfigProvider

#### 0.5.11 - 24.01.2016
* Add Path.GetFullPath to the filePath calculation in YamlConfigProvider

Expand Down
3 changes: 3 additions & 0 deletions docs/content/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.5.12 - 01.03.2016
* Added support for data in int64 to YamlConfigProvider

#### 0.5.11 - 24.01.2016
* Add Path.GetFullPath to the filePath calculation in YamlConfigProvider

Expand Down
6 changes: 3 additions & 3 deletions src/FSharp.Configuration/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Configuration")>]
[<assembly: AssemblyProductAttribute("FSharp.Configuration")>]
[<assembly: AssemblyDescriptionAttribute("The FSharp.Configuration project contains type providers for the configuration of .NET projects.")>]
[<assembly: AssemblyVersionAttribute("0.5.11")>]
[<assembly: AssemblyFileVersionAttribute("0.5.11")>]
[<assembly: AssemblyVersionAttribute("0.5.12")>]
[<assembly: AssemblyFileVersionAttribute("0.5.12")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.5.11"
let [<Literal>] Version = "0.5.12"

0 comments on commit 6d14031

Please sign in to comment.