Skip to content

Commit

Permalink
Merge pull request #17 from CommunityToolkit/nuget-icon
Browse files Browse the repository at this point in the history
nuget package icon
  • Loading branch information
aaronpowell authored Sep 12, 2024
2 parents c9636ce + 69ee85f commit 3d6ee2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added docs/images/nuget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/CommunityToolkit/Aspire</PackageProjectUrl>
<!-- <PackageIcon>logo.jpeg</PackageIcon> -->
<PackageIcon>nuget.png</PackageIcon>
<RepositoryUrl>https://github.com/CommunityToolkit/Aspire</RepositoryUrl>
<VersionPrefix>$(AspireVersion).0</VersionPrefix>

Expand Down Expand Up @@ -41,5 +41,9 @@
<Pack>true</Pack>
<PackagePath>/</PackagePath>
</None>
<None Include="../../docs/images/nuget.png">
<Pack>true</Pack>
<PackagePath>/</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 3d6ee2d

Please sign in to comment.