Skip to content

Commit 1db1dfa

Browse files
committed
Bump version to 2.0.24
1 parent 275a944 commit 1db1dfa

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.0.24 - 27.05.2020
2+
* Adding ofIQueryable [#112](https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/112)
3+
14
### 2.0.23 - 29.01.2019
25
* Adding .NET IAsyncEnumerable conversion functions (ofAsyncEnum and toAsyncEnum) [#96](https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/96)
36

src/FSharp.Control.AsyncSeq/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FSharp.Control.AsyncSeq")>]
66
[<assembly: AssemblyProductAttribute("src/FSharp.Control.AsyncSeq")>]
77
[<assembly: AssemblyDescriptionAttribute("Asynchronous sequences for F#")>]
8-
[<assembly: AssemblyVersionAttribute("2.0.23")>]
9-
[<assembly: AssemblyFileVersionAttribute("2.0.23")>]
8+
[<assembly: AssemblyVersionAttribute("2.0.24")>]
9+
[<assembly: AssemblyFileVersionAttribute("2.0.24")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "FSharp.Control.AsyncSeq"
1414
let [<Literal>] AssemblyProduct = "src/FSharp.Control.AsyncSeq"
1515
let [<Literal>] AssemblyDescription = "Asynchronous sequences for F#"
16-
let [<Literal>] AssemblyVersion = "2.0.23"
17-
let [<Literal>] AssemblyFileVersion = "2.0.23"
16+
let [<Literal>] AssemblyVersion = "2.0.24"
17+
let [<Literal>] AssemblyFileVersion = "2.0.24"

0 commit comments

Comments
 (0)