Skip to content

Commit 8f3a22e

Browse files
committed
docs: use the AsyncSeq logo for the docs site
1 parent 03a4e1e commit 8f3a22e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/img/logo.png

30.6 KB
Loading

src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Generates optimized IL code through resumable state machines, and comes with a c
2323
<PackageReadmeFile>nuget-package-readme.md</PackageReadmeFile>
2424
<FsDocsLicenseLink>https://github.com/fsprojects/FSharp.Control.TaskSeq/blob/main/LICENSE</FsDocsLicenseLink>
2525
<FsDocsReleaseNotesLink>https://github.com/fsprojects/FSharp.Control.TaskSeq/blob/main/release-notes.txt</FsDocsReleaseNotesLink>
26-
<FsDocsLogoSource>https://raw.githubusercontent.com/fsprojects/FSharp.Control.TaskSeq/main/assets/taskseq-icon.png</FsDocsLogoSource>
26+
<FsDocsLogoSource>img/logo.png</FsDocsLogoSource>
2727
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../release-notes.txt"))</PackageReleaseNotes>
2828
<PackageTags>taskseq;f#;fsharp;asyncseq;seq;sequences;sequential;threading;computation expression;IAsyncEnumerable;task;async;iteration</PackageTags>
2929
<IncludeSymbols>True</IncludeSymbols>

0 commit comments

Comments
 (0)