Skip to content

Commit 0e8dfde

Browse files
committed
fix: logo url
1 parent e92f267 commit 0e8dfde

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,5 @@ paket-files/
210210

211211
output/
212212

213-
.fsdocs/
213+
.fsdocs/
214+
tmp/

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
55
<PackageProjectUrl>https://fsprojects.github.io/FSharp.TypeProviders.SDK/</PackageProjectUrl>
66
<RepositoryUrl>https://github.com/fsprojects/FSharp.TypeProviders.SDK</RepositoryUrl>
7-
<PackageIconUrl>https://raw.githubusercontent.com/fsprojects/FSharp.TypeProviders.SDK/master/docs/files/img/logo.png</PackageIconUrl>
7+
<FsDocsLogoSource>https://raw.githubusercontent.com/fsprojects/FSharp.TypeProviders.SDK/master/docs/files/img/logo.png</FsDocsLogoSource>
88
<RepositoryType>git</RepositoryType>
99
<Copyright>Copyright 2021 FSharp.TypeProviders.SDK contributors</Copyright>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)