Skip to content

Commit 6ac4d6e

Browse files
committed
Icon improvement/cleanup/moving.
1 parent 2c82607 commit 6ac4d6e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://raw.githubusercontent.com/ChangemakerStudios/GotenbergSharpApiClient/develop/src/Gotenberg.Sharp.Api.Client/Resources/gotenbergSharpClient.PNG" width="32" height="32" /> Gotenberg Sharp API Client (C#)
1+
<img src="https://raw.githubusercontent.com/ChangemakerStudios/GotenbergSharpApiClient/develop/src/Gotenberg.Sharp.Api.Client/resources/gotenberg-sharp-client.png" width="32" height="32" /> Gotenberg Sharp API Client (C#)
22
=================
33

44
[![NuGet version](https://badge.fury.io/nu/Gotenberg.Sharp.Api.Client.svg)](https://badge.fury.io/nu/Gotenberg.Sharp.Api.Client)
292 KB
Loading

src/Gotenberg.Sharp.Api.Client/Gotenberg.Sharp.Api.Client.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<PropertyGroup Label="PackageInfo">
1717
<Version>2.8.1</Version>
18-
<PackageTags>Gotenberg pdf C# ApiClient unoconv</PackageTags>
18+
<PackageTags>Gotenberg pdf C# API client unoconv</PackageTags>
1919
<Description>
2020
C# API client for interacting with the Gotenberg v7 &amp; v8 micro-service's API, a docker-powered stateless API for converting &amp; merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.
2121
</Description>
@@ -34,8 +34,8 @@
3434
</PackageReleaseNotes>
3535
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
3636
<PackageProjectUrl>https://github.com/ChangemakerStudios/GotenbergSharpApiClient</PackageProjectUrl>
37-
<PackageIconUrl>https://raw.githubusercontent.com/ChangemakerStudios/GotenbergSharpApiClient/master/lib/Resources/gotenbergSharpClient.PNG</PackageIconUrl>
38-
<PackageIcon>gotenbergSharpClient-large.PNG</PackageIcon>
37+
<PackageIconUrl>https://raw.githubusercontent.com/ChangemakerStudios/GotenbergSharpApiClient/master/resources/gotenberg-sharp-client.png</PackageIconUrl>
38+
<PackageIcon>gotenberg-sharp-client.png</PackageIcon>
3939
<RepositoryUrl>https://github.com/ChangemakerStudios/GotenbergSharpApiClient</RepositoryUrl>
4040
<PackageReadmeFile>README.md</PackageReadmeFile>
4141
</PropertyGroup>
@@ -105,8 +105,8 @@
105105

106106
<ItemGroup>
107107
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
108-
<None Include="Resources\gotenbergSharpClient-large.PNG" Pack="true" PackagePath="\" />
109-
<Resource Include="Resources\gotenbergSharpClient-large.PNG" Pack="true" PackagePath="\" />
108+
<None Include="..\..\resources\gotenberg-sharp-client.png" Pack="true" PackagePath="\" />
109+
<Resource Include="..\..\resources\gotenberg-sharp-client.png" Pack="true" PackagePath="\" />
110110
</ItemGroup>
111111

112112
</Project>
Binary file not shown.
-1.82 KB
Binary file not shown.

0 commit comments

Comments
 (0)