From 6d140317f80114f88792f5c0b25bf58e7088ca50 Mon Sep 17 00:00:00 2001 From: Vasily Kirichenko Date: Tue, 1 Mar 2016 08:34:29 +0300 Subject: [PATCH] Bump version to 0.5.12 --- RELEASE_NOTES.md | 3 +++ docs/content/release-notes.md | 3 +++ src/FSharp.Configuration/AssemblyInfo.fs | 6 +++--- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b5b795b0..8f439938 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/docs/content/release-notes.md b/docs/content/release-notes.md index b5b795b0..8f439938 100644 --- a/docs/content/release-notes.md +++ b/docs/content/release-notes.md @@ -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 diff --git a/src/FSharp.Configuration/AssemblyInfo.fs b/src/FSharp.Configuration/AssemblyInfo.fs index c0a07733..99349d02 100644 --- a/src/FSharp.Configuration/AssemblyInfo.fs +++ b/src/FSharp.Configuration/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.5.11" + let [] Version = "0.5.12"