Skip to content

Commit 66cb83d

Browse files
Bump version to 1.0.1
1 parent eb4e92f commit 66cb83d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 1.0.1 - 22.04.2017
2+
* NuGet package targets .NET 4.6
3+
14
#### 1.0.0 - 12.04.2017
25
* YamlConfig provider: add `InferTypesFromStrings` optional parameter
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+
#### 1.0.1 - 22.04.2017
2+
* NuGet package targets .NET 4.6
3+
14
#### 1.0.0 - 12.04.2017
25
* YamlConfig provider: add `InferTypesFromStrings` optional parameter
36

src/FSharp.Configuration/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FSharp.Configuration")>]
66
[<assembly: AssemblyProductAttribute("FSharp.Configuration")>]
77
[<assembly: AssemblyDescriptionAttribute("The FSharp.Configuration project contains type providers for the configuration of .NET projects.")>]
8-
[<assembly: AssemblyVersionAttribute("1.0.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("1.0.0")>]
8+
[<assembly: AssemblyVersionAttribute("1.0.1")>]
9+
[<assembly: AssemblyFileVersionAttribute("1.0.1")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "FSharp.Configuration"
1414
let [<Literal>] AssemblyProduct = "FSharp.Configuration"
1515
let [<Literal>] AssemblyDescription = "The FSharp.Configuration project contains type providers for the configuration of .NET projects."
16-
let [<Literal>] AssemblyVersion = "1.0.0"
17-
let [<Literal>] AssemblyFileVersion = "1.0.0"
16+
let [<Literal>] AssemblyVersion = "1.0.1"
17+
let [<Literal>] AssemblyFileVersion = "1.0.1"

0 commit comments

Comments
 (0)