Skip to content

Commit

Permalink
Bump version to 2.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncg committed May 27, 2020
1 parent 275a944 commit 1db1dfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
8 changes: 4 additions & 4 deletions src/FSharp.Control.AsyncSeq/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Control.AsyncSeq")>]
[<assembly: AssemblyProductAttribute("src/FSharp.Control.AsyncSeq")>]
[<assembly: AssemblyDescriptionAttribute("Asynchronous sequences for F#")>]
[<assembly: AssemblyVersionAttribute("2.0.23")>]
[<assembly: AssemblyFileVersionAttribute("2.0.23")>]
[<assembly: AssemblyVersionAttribute("2.0.24")>]
[<assembly: AssemblyFileVersionAttribute("2.0.24")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.Control.AsyncSeq"
let [<Literal>] AssemblyProduct = "src/FSharp.Control.AsyncSeq"
let [<Literal>] AssemblyDescription = "Asynchronous sequences for F#"
let [<Literal>] AssemblyVersion = "2.0.23"
let [<Literal>] AssemblyFileVersion = "2.0.23"
let [<Literal>] AssemblyVersion = "2.0.24"
let [<Literal>] AssemblyFileVersion = "2.0.24"

0 comments on commit 1db1dfa

Please sign in to comment.