Skip to content

Commit cf4c398

Browse files
committed
Bump version to 2.0.8
1 parent d1a3d41 commit cf4c398

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.fake/build.fsx_DB0BBE89.dll

-48 KB
Binary file not shown.

docs/tools/FSharp.Formatting.svclog

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/FSharp.Control.AsyncSeq.Profile7/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.Control.AsyncSeq.Profile7")>]
55
[<assembly: AssemblyProductAttribute("FSharp.Control.AsyncSeq")>]
66
[<assembly: AssemblyDescriptionAttribute("Asynchronous sequences for F#")>]
7-
[<assembly: AssemblyVersionAttribute("2.0.7")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.0.7")>]
7+
[<assembly: AssemblyVersionAttribute("2.0.8")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.0.8")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "2.0.7"
12+
let [<Literal>] Version = "2.0.8"

src/FSharp.Control.AsyncSeq/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.Control.AsyncSeq")>]
55
[<assembly: AssemblyProductAttribute("FSharp.Control.AsyncSeq")>]
66
[<assembly: AssemblyDescriptionAttribute("Asynchronous sequences for F#")>]
7-
[<assembly: AssemblyVersionAttribute("2.0.7")>]
8-
[<assembly: AssemblyFileVersionAttribute("2.0.7")>]
7+
[<assembly: AssemblyVersionAttribute("2.0.8")>]
8+
[<assembly: AssemblyFileVersionAttribute("2.0.8")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "2.0.7"
12+
let [<Literal>] Version = "2.0.8"

0 commit comments

Comments
 (0)