We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42073df commit 2b236c0Copy full SHA for 2b236c0
APIMatic.Core/APIMatic.Core.csproj
@@ -20,11 +20,13 @@
20
<PackageTags>APIMatic;dotnet;core;Core Library</PackageTags>
21
<PackageProjectUrl>https://www.apimatic.io</PackageProjectUrl>
22
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
23
+ <PackageIcon>icon.png</PackageIcon>
24
</PropertyGroup>
25
26
<ItemGroup>
27
<None Include="..\LICENSE" Pack="true" PackagePath="" />
28
<None Include="..\README.md" Pack="true" PackagePath="\" />
29
+ <None Include="icon.png" Pack="true" PackagePath="\" />
30
</ItemGroup>
31
32
APIMatic.Core/icon.png
10.9 KB
0 commit comments