Skip to content

Commit 4609d99

Browse files
committed
Bump version to 2.1.1
1 parent be2bc09 commit 4609d99

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

src/FSharpx.Extras/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharpx.Extras")>]
55
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
66
[<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.")>]
7-
[<assembly: AssemblyVersionAttribute("2.1.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.1.0")>]
7+
[<assembly: AssemblyVersionAttribute("2.1.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.1.1")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "2.1.0"
13-
let [<Literal>] InformationalVersion = "2.1.0"
12+
let [<Literal>] Version = "2.1.1"
13+
let [<Literal>] InformationalVersion = "2.1.1"

src/FSharpx.Text.StructuredFormat/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharpx.Text.StructuredFormat")>]
55
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
66
[<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.")>]
7-
[<assembly: AssemblyVersionAttribute("2.1.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.1.0")>]
7+
[<assembly: AssemblyVersionAttribute("2.1.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.1.1")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "2.1.0"
13-
let [<Literal>] InformationalVersion = "2.1.0"
12+
let [<Literal>] Version = "2.1.1"
13+
let [<Literal>] InformationalVersion = "2.1.1"

tmp.bin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
qerdefg

tmp.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
abcdefg

0 commit comments

Comments
 (0)