Skip to content

Commit 66c9d9e

Browse files
committed
added bunit logo to nuget packages
1 parent 3e7f068 commit 66c9d9e

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

bunit-logo.png

13 KB
Loading

docs/site/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"_appTitle": "bUnit",
7474
"_description": "bUnit is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.",
7575
"_enableSearch": true,
76-
"_appLogoPath": "/images/blazor-logo.png",
76+
"_appLogoPath": "/images/bunit-logo.png",
7777
"_disableBreadcrumb": true,
7878
"_disableFooter": false
7979
},

src/Directory.Build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,14 @@
3333
<Company>Egil Hansen</Company>
3434
<Copyright>Egil Hansen</Copyright>
3535
<Product>bUnit</Product>
36-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
36+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
37+
<PackageIcon>bunit-logo.png</PackageIcon>
3738
</PropertyGroup>
3839

40+
<ItemGroup>
41+
<None Include="..\..\bunit-logo.png" Pack="true" PackagePath="" />
42+
</ItemGroup>
43+
3944
<ItemGroup>
4045
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
4146
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />

0 commit comments

Comments
 (0)