Skip to content

Commit

Permalink
Added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Dec 31, 2023
1 parent a8c4d94 commit b8bc7f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackageId>Community.Extensions.Spectre.Cli.Hosting</PackageId>
<PackageIcon>package-icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[8.*,)" />
<PackageReference Include="Spectre.Console.Cli" Version="[0.48,)" />
</ItemGroup>

<ItemGroup>
<None Include="package-icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
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 src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup Label="Package Information">
<Description>A library assists with hosting Spectre.Console.Cli in a HostApplicationBuilder based app.</Description>
<Copyright></Copyright>
<Authors></Authors>
<Authors>James White (@jakenuts)</Authors>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jakenuts/Community.Extensions.Spectre.Cli.Hosting</RepositoryUrl>
<!-- <PackageIcon>small-logo.png</PackageIcon> -->
Expand Down

0 comments on commit b8bc7f0

Please sign in to comment.