Skip to content

Commit

Permalink
Bump version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Kirichenko authored and Vasily Kirichenko committed Dec 30, 2015
1 parent 337dc5b commit 2fceb86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.5.8 - 30.12.2015
* Get SharpYaml from NuGet but pack dll inside of FSharp.Configuration NuGet package
* Fix Travis build
* For Mono compatibility: TypeConstructor path should be able to be separated by both "/" and "\"
* AppSettingsProvider: Added possibility to change the application that is being configured.
* Fixed AppSettingsProvider to work in parallel with multiple configs.

#### 0.5.7 - 22.11.2015
* Revert dependency on SharpYaml

Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NUGET
remote: http://nuget.org/api/v2
remote: http://www.nuget.org/api/v2
specs:
FAKE (3.18.1)
FSharp.Compiler.Service (0.0.86)
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.7")>]
[<assembly: AssemblyFileVersionAttribute("0.5.7")>]
[<assembly: AssemblyVersionAttribute("0.5.8")>]
[<assembly: AssemblyFileVersionAttribute("0.5.8")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.5.7"
let [<Literal>] Version = "0.5.8"

0 comments on commit 2fceb86

Please sign in to comment.