Skip to content

Commit 03545ad

Browse files
committed
move to IAsyncEnumerable
1 parent e1a5d78 commit 03545ad

5 files changed

Lines changed: 786 additions & 387 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 1.16.0 - 13.05.2015
22
* Simplify ofObservableBuffered and toBlockingSeq
3+
* Move to IAsyncEnumerable model to support try/finally and try/with
34

45
### 1.15.0 - 30.03.2015
56
* Add AsyncSeq.getIterator (unblocks use of AsyncSeq in FSharpx.Async)

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("1.15.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.15.0")>]
7+
[<assembly: AssemblyVersionAttribute("1.16.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.16.0")>]
99
do ()
1010

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

0 commit comments

Comments
 (0)