Skip to content

Commit 2b236c0

Browse files
authored
build(release): add package icon for the nuget package (#29)
Closes #28
1 parent 42073df commit 2b236c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

APIMatic.Core/APIMatic.Core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
<PackageTags>APIMatic;dotnet;core;Core Library</PackageTags>
2121
<PackageProjectUrl>https://www.apimatic.io</PackageProjectUrl>
2222
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
23+
<PackageIcon>icon.png</PackageIcon>
2324
</PropertyGroup>
2425

2526
<ItemGroup>
2627
<None Include="..\LICENSE" Pack="true" PackagePath="" />
2728
<None Include="..\README.md" Pack="true" PackagePath="\" />
29+
<None Include="icon.png" Pack="true" PackagePath="\" />
2830
</ItemGroup>
2931

3032
<ItemGroup>

APIMatic.Core/icon.png

10.9 KB
Loading

0 commit comments

Comments
 (0)