Skip to content

Commit

Permalink
ci: add logo to NuGet package (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean authored May 28, 2024
1 parent 7fd3af0 commit c27cdd5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 16 deletions.
5 changes: 5 additions & 0 deletions Common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/LEGO/AsyncAPI.NET</RepositoryUrl>
<PackageTags>asyncapi .net openapi documentation</PackageTags>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\media\logo.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
Binary file added media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\LEGO.AsyncAPI.Readers\LEGO.AsyncAPI.Readers.csproj" />
<ProjectReference Include="..\LEGO.AsyncAPI\LEGO.AsyncAPI.csproj" />
Expand Down
6 changes: 0 additions & 6 deletions src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
<ItemGroup>
<InternalsVisibleTo Include="LEGO.AsyncAPI.Tests" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\LEGO.AsyncAPI\LEGO.AsyncAPI.csproj" />
Expand Down
4 changes: 0 additions & 4 deletions src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="LEGO.AsyncAPI.Tests" />
</ItemGroup>
Expand Down

0 comments on commit c27cdd5

Please sign in to comment.