Skip to content

Commit e92f267

Browse files
authored
fix: logo url
1 parent 222cbd0 commit e92f267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
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>
78
<RepositoryType>git</RepositoryType>
8-
<Copyright>Copyright 2020 FSharp.TypeProviders.SDK contributors</Copyright>
9+
<Copyright>Copyright 2021 FSharp.TypeProviders.SDK contributors</Copyright>
910
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1011
</PropertyGroup>
1112
</Project>

0 commit comments

Comments
 (0)