Skip to content

Commit ac4e9c2

Browse files
committed
Use pre-release nuget for SeqT docs
1 parent 7a57557 commit ac4e9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/content/type-seqt.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Examples
5353
--------
5454
*)
5555

56-
#r "nuget: FSharpPlus"
56+
#r "nuget: FSharpPlus,1.3.0-CI02744" // still as pre-release
5757

5858
open System
5959
open System.Net
@@ -93,7 +93,7 @@ These samples above and below come from the [original AsyncSeq post](http://toma
9393

9494
// A simple webcrawler
9595

96-
#r "nuget: FSharpPlus"
96+
#r "nuget: FSharpPlus,1.3.0-CI02744"
9797
#r "nuget: HtmlAgilityPack"
9898

9999
open System

0 commit comments

Comments
 (0)