Skip to content

Commit 5be3fda

Browse files
authored
feat(Html2Pdf): bump version 10.0.5 (#939)
* feat(Html2Pdf): bump version 21.1.1 * feat(Html2Pdf): bump version 10.0.5
1 parent 9ce3ae3 commit 5be3fda

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.4</Version>
4+
<Version>10.0.5</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.1.0" />
25+
<PackageReference Include="PuppeteerSharp" Version="21.1.1" />
2626
</ItemGroup>
2727

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

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

3636
</Project>

0 commit comments

Comments
 (0)