File tree Expand file tree Collapse file tree
src/FSharp.Control.AsyncSeq
tests/FSharp.Control.AsyncSeq.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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" ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 1.15 .0"
12+ let [<Literal>] Version = " 1.16 .0"
You can’t perform that action at this time.
0 commit comments