Skip to content

Commit b39e0ea

Browse files
committed
Bump version to 2.2.0
1 parent cba9eba commit b39e0ea

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/FSharpx.Extras/AssemblyInfo.fs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Auto-Generated by FAKE; do not edit
2+
namespace System
3+
open System.Reflection
4+
5+
[<assembly: AssemblyTitleAttribute("FSharpx.Extras")>]
6+
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
7+
[<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.")>]
8+
[<assembly: AssemblyVersionAttribute("2.2.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.2.0")>]
10+
do ()
11+
12+
module internal AssemblyVersionInformation =
13+
let [<Literal>] AssemblyTitle = "FSharpx.Extras"
14+
let [<Literal>] AssemblyProduct = "FSharpx.Extras"
15+
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."
16+
let [<Literal>] AssemblyVersion = "2.2.0"
17+
let [<Literal>] AssemblyFileVersion = "2.2.0"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Auto-Generated by FAKE; do not edit
2+
namespace System
3+
open System.Reflection
4+
5+
[<assembly: AssemblyTitleAttribute("FSharpx.Text.StructuredFormat")>]
6+
[<assembly: AssemblyProductAttribute("FSharpx.Extras")>]
7+
[<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.")>]
8+
[<assembly: AssemblyVersionAttribute("2.2.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.2.0")>]
10+
do ()
11+
12+
module internal AssemblyVersionInformation =
13+
let [<Literal>] AssemblyTitle = "FSharpx.Text.StructuredFormat"
14+
let [<Literal>] AssemblyProduct = "FSharpx.Extras"
15+
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."
16+
let [<Literal>] AssemblyVersion = "2.2.0"
17+
let [<Literal>] AssemblyFileVersion = "2.2.0"

0 commit comments

Comments
 (0)