Skip to content

Commit 26f9235

Browse files
committed
Fixing icon, readme, and license for nuget package
1 parent 72a4d17 commit 26f9235

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/BuslyCLI.Console/BuslyCLI.Console.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@
99
<!-- Dotnet tool packageid in nuget -->
1010
<PackageId>dotnet-busly</PackageId>
1111
<ToolCommandName>dotnet-busly</ToolCommandName>
12+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
13+
<PackageReadmeFile>README.md</PackageReadmeFile>
14+
<PackageIcon>busly-logo-128x128.png</PackageIcon>
1215
</PropertyGroup>
1316

17+
<ItemGroup>
18+
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
19+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
20+
<None Include="..\..\website\static\img\busly-logo-128x128.png" Pack="true" PackagePath="" />
21+
</ItemGroup>
22+
1423
<ItemGroup>
1524
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
1625
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
15.2 KB
Loading

0 commit comments

Comments
 (0)