diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2ed8ad1..abe1f9a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,8 +2,8 @@ "version": 1, "isRoot": true, "tools": { - "fsharp.formatting.commandtool": { - "version": "11.4.3", + "fsdocs-tool": { + "version": "21.0.0", "commands": [ "fsdocs" ], diff --git a/docs/AsyncSeq.fsx b/docs/AsyncSeq.fsx index 409d99c..c34354f 100644 --- a/docs/AsyncSeq.fsx +++ b/docs/AsyncSeq.fsx @@ -4,11 +4,11 @@ #r "FSharp.Control.AsyncSeq.dll" (*** condition: fsx ***) #if FSX -#r "nuget: FSharp.Control.AsyncSeq,{{package-version}}" +#r "nuget: FSharp.Control.AsyncSeq,{{fsdocs-package-version}}" #endif // FSX (*** condition: ipynb ***) #if IPYNB -#r "nuget: FSharp.Control.AsyncSeq,{{package-version}}" +#r "nuget: FSharp.Control.AsyncSeq,{{fsdocs-package-version}}" #endif // IPYNB diff --git a/docs/AsyncSeqExamples.fsx b/docs/AsyncSeqExamples.fsx index 605de65..546d6fb 100644 --- a/docs/AsyncSeqExamples.fsx +++ b/docs/AsyncSeqExamples.fsx @@ -4,11 +4,11 @@ #r "FSharp.Control.AsyncSeq.dll" (*** condition: fsx ***) #if FSX -#r "nuget: FSharp.Control.AsyncSeq,{{package-version}}" +#r "nuget: FSharp.Control.AsyncSeq,{{fsdocs-package-version}}" #endif // FSX (*** condition: ipynb ***) #if IPYNB -#r "nuget: FSharp.Control.AsyncSeq,{{package-version}}" +#r "nuget: FSharp.Control.AsyncSeq,{{fsdocs-package-version}}" #endif // IPYNB (** diff --git a/docs/ComparisonWithObservable.fsx b/docs/ComparisonWithObservable.fsx index 4f27a4f..45c982f 100644 --- a/docs/ComparisonWithObservable.fsx +++ b/docs/ComparisonWithObservable.fsx @@ -4,11 +4,11 @@ #r "FSharp.Control.AsyncSeq.dll" (*** condition: fsx ***) #if FSX -#r "nuget: FSharp.Control.AsyncSeq,{{package-version}}" +#r "nuget: FSharp.Control.AsyncSeq,{{fsdocs-package-version}}" #endif // FSX (*** condition: ipynb ***) #if IPYNB -#r "nuget: FSharp.Control.AsyncSeq,{{package-version}}" +#r "nuget: FSharp.Control.AsyncSeq,{{fsdocs-package-version}}" #endif // IPYNB diff --git a/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj b/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj index 5c91481..20a5fe8 100644 --- a/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj +++ b/src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj @@ -9,6 +9,8 @@ https://fsprojects.github.io/FSharp.Control.AsyncSeq/ https://fsprojects.github.io/FSharp.Control.AsyncSeq/img/logo.png F#;async;fsharp;streaming + https://github.com/fsprojects/FSharp.Control.AsyncSeq/blob/main/LICENSE.md + https://github.com/fsprojects/FSharp.Control.AsyncSeq/blob/main/RELEASE_NOTES.md true https://github.com/fsprojects/FSharp.Control.AsyncSeq snupkg