Skip to content

Commit

Permalink
include license in package
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean committed May 28, 2024
1 parent c27cdd5 commit 24e7077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
<RepositoryUrl>https://github.com/LEGO/AsyncAPI.NET</RepositoryUrl>
<PackageTags>asyncapi .net openapi documentation</PackageTags>
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\media\logo.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 24e7077

Please sign in to comment.