We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a57557 commit ac4e9c2Copy full SHA for ac4e9c2
1 file changed
docsrc/content/type-seqt.fsx
@@ -53,7 +53,7 @@ Examples
53
--------
54
*)
55
56
-#r "nuget: FSharpPlus"
+#r "nuget: FSharpPlus,1.3.0-CI02744" // still as pre-release
57
58
open System
59
open System.Net
@@ -93,7 +93,7 @@ These samples above and below come from the [original AsyncSeq post](http://toma
93
94
// A simple webcrawler
95
96
+#r "nuget: FSharpPlus,1.3.0-CI02744"
97
#r "nuget: HtmlAgilityPack"
98
99
0 commit comments