File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
HtmlRendererCoreNet7.PdfSharp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
run : dotnet build --no-restore
25
25
26
26
- name : Publish
27
- run : dotnet publish
27
+ run : dotnet publish -c Release
28
28
29
29
- name : Pack
30
30
run : dotnet pack -c Release ./HtmlRendererCoreNet7.PdfSharp/HtmlRendererCoreNet7.PdfSharp.csproj -o .
Original file line number Diff line number Diff line change 10
10
<RepositoryUrl >https://github.com/manuel3108/HtmlRendererCore-Net7</RepositoryUrl >
11
11
<Description >HtmlRendererCore-Net7 is a partial port of HtmlRenderer for .NET Core.</Description >
12
12
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13
- <Version >2.0.9 </Version >
13
+ <Version >2.0.10 </Version >
14
14
<RootNamespace >HtmlRendererCore.PdfSharp</RootNamespace >
15
15
</PropertyGroup >
16
16
You can’t perform that action at this time.
0 commit comments