Skip to content

Commit 840331c

Browse files
committed
Added logo to the NuGet package
1 parent 3a3622f commit 840331c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/BlazorWebFormsComponents/BlazorWebFormsComponents.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageProjectUrl>https://github.com/FritzAndFriends/BlazorWebFormsComponents</PackageProjectUrl>
1818
<PackageTags>blazor</PackageTags>
19+
<PackageIcon>logo128.png</PackageIcon>
20+
<RepositoryUrl>https://github.com/FritzAndFriends/BlazorWebFormsComponents</RepositoryUrl>
21+
<RepositoryType>GitHub</RepositoryType>
1922
</PropertyGroup>
2023

2124
<ItemGroup>
@@ -30,4 +33,11 @@
3033
<Folder Include="wwwroot\" />
3134
</ItemGroup>
3235

36+
<ItemGroup>
37+
<None Include="..\..\docs\assets\logo128.png">
38+
<Pack>True</Pack>
39+
<PackagePath></PackagePath>
40+
</None>
41+
</ItemGroup>
42+
3343
</Project>

0 commit comments

Comments
 (0)