Skip to content

Commit d22d8cb

Browse files
committed
Bump version to 2.1.2
1 parent 7bb0234 commit d22d8cb

2 files changed

Lines changed: 8 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.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.1.1")>]
7+
[<assembly: AssemblyVersionAttribute("2.1.2")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.1.2")>]
99
do ()
1010

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

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.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.1.1")>]
7+
[<assembly: AssemblyVersionAttribute("2.1.2")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.1.2")>]
99
do ()
1010

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

0 commit comments

Comments
 (0)