File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
src/FSharp.Control.AsyncSeq Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 " ) >]
1010do ()
1111
1212module 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 "
You can’t perform that action at this time.
0 commit comments