Skip to content

Commit

Permalink
Bump version to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-kirichenko committed Feb 6, 2015
1 parent 30cb878 commit cc401d4
Show file tree
Hide file tree
Showing 2 changed files with 6 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.4.10 - 06.02.2015
* Better YamlConfigProvider error reporting in case of duplicated keys

#### 0.4.9 - 06.01.2014
* Fixed: AppSettings type provider does not read connection strings at runtime

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.4.9")>]
[<assembly: AssemblyFileVersionAttribute("0.4.9")>]
[<assembly: AssemblyVersionAttribute("0.4.10")>]
[<assembly: AssemblyFileVersionAttribute("0.4.10")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.4.9"
let [<Literal>] Version = "0.4.10"

0 comments on commit cc401d4

Please sign in to comment.