Skip to content

Commit

Permalink
added bunit logo to nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Mar 25, 2021
1 parent 3e7f068 commit 66c9d9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file added bunit-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/site/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"_appTitle": "bUnit",
"_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.",
"_enableSearch": true,
"_appLogoPath": "/images/blazor-logo.png",
"_appLogoPath": "/images/bunit-logo.png",
"_disableBreadcrumb": true,
"_disableFooter": false
},
Expand Down
File renamed without changes
7 changes: 6 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@
<Company>Egil Hansen</Company>
<Copyright>Egil Hansen</Copyright>
<Product>bUnit</Product>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageIcon>bunit-logo.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\bunit-logo.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
Expand Down

0 comments on commit 66c9d9e

Please sign in to comment.