Skip to content

Commit

Permalink
Add README and LICENSE to NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Aug 10, 2023
1 parent 8767241 commit abebdb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/OneHub.Tools.HeapView/OneHub.Tools.HeapView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-heapview</ToolCommandName>
<PackageOutputPath>..\..\nupkg</PackageOutputPath>
<PackageReadmeFile>..\..\README.md</PackageReadmeFile>
<PackageLicenseFile>..\..\LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit abebdb0

Please sign in to comment.