We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27cdd5 commit bfec063Copy full SHA for bfec063
Common.Build.props
@@ -10,9 +10,11 @@
10
<RepositoryUrl>https://github.com/LEGO/AsyncAPI.NET</RepositoryUrl>
11
<PackageTags>asyncapi .net openapi documentation</PackageTags>
12
<PackageIcon>logo.png</PackageIcon>
13
+ <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
14
</PropertyGroup>
15
<ItemGroup>
16
<None Include="..\..\media\logo.png" Pack="true" PackagePath="\" />
17
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
18
+ <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
19
</ItemGroup>
20
</Project>
LICENSE LICENSE.txt
0 commit comments