Skip to content

Commit ac80dcf

Browse files
committed
Merge branch 'release/2.1.1' into master
2 parents adc1227 + 1040b41 commit ac80dcf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
useConfigFile: true
3030

3131
- name: Pack
32-
run: dotnet pack -c Release --version-suffix ${{ steps.gitversion.outputs.nuGetVersion }}
32+
run: dotnet pack -c Release -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersion }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
3333

3434
- name: Publish
3535
if: github.event_name != 'pull_request' && (github.ref_name == 'master')

lib/Gotenberg.Sharp.Api.Client.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<PropertyGroup Label="PackageInfo">
16-
<PackageVersion>2.0.0</PackageVersion>
16+
<PackageVersion>2.1.1</PackageVersion>
1717
<PackageTags>Gotenberg pdf C# ApiClient unoconv</PackageTags>
1818
<Description>
1919
C# API client for interacting with the Gotenberg v7 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.
@@ -26,7 +26,7 @@
2626
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
2727
<PackageProjectUrl>https://github.com/ChangemakerStudios/GotenbergSharpApiClient</PackageProjectUrl>
2828
<PackageIconUrl>https://raw.githubusercontent.com/ChangemakerStudios/GotenbergSharpApiClient/master/lib/Resources/gotenbergSharpClient.PNG</PackageIconUrl>
29-
<PackageIcon>gotenbergSharpClient.PNG</PackageIcon>
29+
<PackageIcon>gotenbergSharpClient-large.PNG</PackageIcon>
3030
<RepositoryUrl>https://github.com/ChangemakerStudios/GotenbergSharpApiClient</RepositoryUrl>
3131
<PackageReadmeFile>README.md</PackageReadmeFile>
3232
</PropertyGroup>
@@ -77,8 +77,8 @@
7777
<ItemGroup>
7878
<None Include="..\README.md" Pack="true" PackagePath="\"/>
7979
<None Include="..\.editorconfig" Link=".editorconfig" />
80-
<None Include="Resources\gotenbergSharpClient.PNG" Pack="true" PackagePath="\" />
81-
<Resource Include="Resources\gotenbergSharpClient.PNG" Pack="true" PackagePath="\" />
80+
<None Include="Resources\gotenbergSharpClient-large.PNG" Pack="true" PackagePath="\" />
81+
<Resource Include="Resources\gotenbergSharpClient-large.PNG" Pack="true" PackagePath="\" />
8282
</ItemGroup>
8383

8484
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)