Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jan 29, 2017
1 parent 7b7b49c commit 0c34475
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -5,13 +5,13 @@ 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.2.0")>]
[<assembly: AssemblyFileVersionAttribute("2.2.0")>]
[<assembly: AssemblyVersionAttribute("2.2.1")>]
[<assembly: AssemblyFileVersionAttribute("2.2.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharpx.Extras"
let [<Literal>] AssemblyProduct = "FSharpx.Extras"
let [<Literal>] AssemblyDescription = "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."
let [<Literal>] AssemblyVersion = "2.2.0"
let [<Literal>] AssemblyFileVersion = "2.2.0"
let [<Literal>] AssemblyVersion = "2.2.1"
let [<Literal>] AssemblyFileVersion = "2.2.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 @@ -5,13 +5,13 @@ 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.2.0")>]
[<assembly: AssemblyFileVersionAttribute("2.2.0")>]
[<assembly: AssemblyVersionAttribute("2.2.1")>]
[<assembly: AssemblyFileVersionAttribute("2.2.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharpx.Text.StructuredFormat"
let [<Literal>] AssemblyProduct = "FSharpx.Extras"
let [<Literal>] AssemblyDescription = "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."
let [<Literal>] AssemblyVersion = "2.2.0"
let [<Literal>] AssemblyFileVersion = "2.2.0"
let [<Literal>] AssemblyVersion = "2.2.1"
let [<Literal>] AssemblyFileVersion = "2.2.1"

0 comments on commit 0c34475

Please sign in to comment.