Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 2, 2016
1 parent be2bc09 commit 4609d99
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/FSharpx.Extras/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharpx.Extras")>]
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
[<assembly: AssemblyDescriptionAttribute("FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.")>]
[<assembly: AssemblyVersionAttribute("2.1.0")>]
[<assembly: AssemblyFileVersionAttribute("2.1.0")>]
[<assembly: AssemblyVersionAttribute("2.1.1")>]
[<assembly: AssemblyFileVersionAttribute("2.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.1.0"
let [<Literal>] InformationalVersion = "2.1.0"
let [<Literal>] Version = "2.1.1"
let [<Literal>] InformationalVersion = "2.1.1"
8 changes: 4 additions & 4 deletions src/FSharpx.Text.StructuredFormat/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharpx.Text.StructuredFormat")>]
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
[<assembly: AssemblyDescriptionAttribute("FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.")>]
[<assembly: AssemblyVersionAttribute("2.1.0")>]
[<assembly: AssemblyFileVersionAttribute("2.1.0")>]
[<assembly: AssemblyVersionAttribute("2.1.1")>]
[<assembly: AssemblyFileVersionAttribute("2.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "2.1.0"
let [<Literal>] InformationalVersion = "2.1.0"
let [<Literal>] Version = "2.1.1"
let [<Literal>] InformationalVersion = "2.1.1"
1 change: 1 addition & 0 deletions tmp.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qerdefg
1 change: 1 addition & 0 deletions tmp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abcdefg

0 comments on commit 4609d99

Please sign in to comment.