Skip to content

Commit c27cdd5

Browse files
authored
ci: add logo to NuGet package (#173)
1 parent 7fd3af0 commit c27cdd5

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

Common.Build.props

+5
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
<RepositoryUrl>https://github.com/LEGO/AsyncAPI.NET</RepositoryUrl>
1111
<PackageTags>asyncapi .net openapi documentation</PackageTags>
12+
<PackageIcon>logo.png</PackageIcon>
1213
</PropertyGroup>
14+
<ItemGroup>
15+
<None Include="..\..\media\logo.png" Pack="true" PackagePath="\" />
16+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
17+
</ItemGroup>
1318
</Project>

media/logo.png

7.79 KB
Loading

src/LEGO.AsyncAPI.Bindings/LEGO.AsyncAPI.Bindings.csproj

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
2222
</ItemGroup>
23-
<ItemGroup>
24-
<None Include="..\..\README.md">
25-
<Pack>True</Pack>
26-
<PackagePath>\</PackagePath>
27-
</None>
28-
</ItemGroup>
23+
2924
<ItemGroup>
3025
<ProjectReference Include="..\LEGO.AsyncAPI.Readers\LEGO.AsyncAPI.Readers.csproj" />
3126
<ProjectReference Include="..\LEGO.AsyncAPI\LEGO.AsyncAPI.csproj" />

src/LEGO.AsyncAPI.Readers/LEGO.AsyncAPI.Readers.csproj

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
<ItemGroup>
2828
<InternalsVisibleTo Include="LEGO.AsyncAPI.Tests" />
2929
</ItemGroup>
30-
<ItemGroup>
31-
<None Include="..\..\README.md">
32-
<Pack>True</Pack>
33-
<PackagePath>\</PackagePath>
34-
</None>
35-
</ItemGroup>
3630

3731
<ItemGroup>
3832
<ProjectReference Include="..\LEGO.AsyncAPI\LEGO.AsyncAPI.csproj" />

src/LEGO.AsyncAPI/LEGO.AsyncAPI.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
</AssemblyAttribute>
2727
</ItemGroup>
2828

29-
<ItemGroup>
30-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
31-
</ItemGroup>
32-
3329
<ItemGroup>
3430
<InternalsVisibleTo Include="LEGO.AsyncAPI.Tests" />
3531
</ItemGroup>

0 commit comments

Comments
 (0)