File tree Expand file tree Collapse file tree
src/FSharp.Control.AsyncSeq Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This includes additional brief samples on using most of the functions.
2222
2323[ Terminology] ( terminology.html ) a reference for some of the terminology around F# async.
2424
25- [ FSharp.Control.AsyncSeq] ( library/fsharp-control- AsyncSeq.html ) contains narrative and code samples explaining asynchronous sequences.
25+ [ FSharp.Control.AsyncSeq] ( library/AsyncSeq.html ) contains narrative and code samples explaining asynchronous sequences.
2626
2727Contributing and copyright
2828--------------------------
Original file line number Diff line number Diff line change 4646 <li class =" divider" ></li >
4747 <li class =" nav-header" >Documentation</li >
4848 <li ><a href =" @Root/terminology.html" >Terminology</a ></li >
49- <li ><a href =" @Root/library/fsharp-control- AsyncSeq.html" >AsyncSeq</a ></li >
49+ <li ><a href =" @Root/library/AsyncSeq.html" >AsyncSeq</a ></li >
5050 <li ><a href =" @Root/reference/index.html" >API Reference</a ></li >
5151 </ul >
5252 </div >
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.12.2 " ) >]
8- [<assembly: AssemblyFileVersionAttribute( " 1.12.2 " ) >]
7+ [<assembly: AssemblyVersionAttribute( " 1.13 " ) >]
8+ [<assembly: AssemblyFileVersionAttribute( " 1.13 " ) >]
99do ()
1010
1111module internal AssemblyVersionInformation =
12- let [<Literal>] Version = " 1.12.2 "
12+ let [<Literal>] Version = " 1.13 "
You can’t perform that action at this time.
0 commit comments