Skip to content

Commit 897a29f

Browse files
authored
feat(Html2Pdf): bump version 10.0.4 (#935)
* chore: upgrade PuppeteerSharp to 21.1.0 * chore: bump version 10.0.4
1 parent 8fcd53d commit 897a29f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/BootstrapBlazor.Html2Pdf/BootstrapBlazor.Html2Pdf.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>10.0.3</Version>
4+
<Version>10.0.4</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>
@@ -22,15 +22,15 @@
2222
</ItemGroup>
2323

2424
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
25-
<PackageReference Include="PuppeteerSharp" Version="21.0.1" />
25+
<PackageReference Include="PuppeteerSharp" Version="21.1.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
29-
<PackageReference Include="PuppeteerSharp" Version="21.0.1" />
29+
<PackageReference Include="PuppeteerSharp" Version="21.1.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
33-
<PackageReference Include="PuppeteerSharp" Version="21.0.1" />
33+
<PackageReference Include="PuppeteerSharp" Version="21.1.0" />
3434
</ItemGroup>
3535

3636
</Project>

0 commit comments

Comments
 (0)