Skip to content

Commit 93bf80c

Browse files
fix line-height bug when smaller than font-size
1 parent 9afb074 commit 93bf80c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build --no-restore
2525

2626
- name: Publish
27-
run: dotnet publish
27+
run: dotnet publish -c Release
2828

2929
- name: Pack
3030
run: dotnet pack -c Release ./HtmlRendererCoreNet7.PdfSharp/HtmlRendererCoreNet7.PdfSharp.csproj -o .

HtmlRendererCoreNet7.PdfSharp/HtmlRendererCoreNet7.PdfSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RepositoryUrl>https://github.com/manuel3108/HtmlRendererCore-Net7</RepositoryUrl>
1111
<Description>HtmlRendererCore-Net7 is a partial port of HtmlRenderer for .NET Core.</Description>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<Version>2.0.9</Version>
13+
<Version>2.0.10</Version>
1414
<RootNamespace>HtmlRendererCore.PdfSharp</RootNamespace>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)