diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 363cc55..a9ba911 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +### 2.0.24 - 27.05.2020 +* Adding ofIQueryable [#112](https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/112) + ### 2.0.23 - 29.01.2019 * Adding .NET IAsyncEnumerable conversion functions (ofAsyncEnum and toAsyncEnum) [#96](https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/96) diff --git a/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs b/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs index aa13aaa..6aad3e8 100644 --- a/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs +++ b/src/FSharp.Control.AsyncSeq/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.Control.AsyncSeq" let [] AssemblyProduct = "src/FSharp.Control.AsyncSeq" let [] AssemblyDescription = "Asynchronous sequences for F#" - let [] AssemblyVersion = "2.0.23" - let [] AssemblyFileVersion = "2.0.23" + let [] AssemblyVersion = "2.0.24" + let [] AssemblyFileVersion = "2.0.24"