Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-kirichenko committed May 12, 2017
1 parent 3adc08d commit 7cce39b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 1.1.0 - 12.05.2017
* Mono 5 support

#### 1.0.1 - 22.04.2017
* NuGet package targets .NET 4.6

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 @@
#### 1.1.0 - 12.05.2017
* Mono 5 support

#### 1.0.1 - 22.04.2017
* NuGet package targets .NET 4.6

Expand Down
8 changes: 4 additions & 4 deletions src/FSharp.Configuration/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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("1.0.1")>]
[<assembly: AssemblyFileVersionAttribute("1.0.1")>]
[<assembly: AssemblyVersionAttribute("1.1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Configuration"
let [<Literal>] AssemblyProduct = "FSharp.Configuration"
let [<Literal>] AssemblyDescription = "The FSharp.Configuration project contains type providers for the configuration of .NET projects."
let [<Literal>] AssemblyVersion = "1.0.1"
let [<Literal>] AssemblyFileVersion = "1.0.1"
let [<Literal>] AssemblyVersion = "1.1.0"
let [<Literal>] AssemblyFileVersion = "1.1.0"

0 comments on commit 7cce39b

Please sign in to comment.