Skip to content

Commit 66ba95a

Browse files
authored
feat(Html2Pdf): bump version 9.0.6 (#636)
1 parent 53a9929 commit 66ba95a

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,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4-
<Version>9.0.6-beta02</Version>
4+
<Version>9.0.6</Version>
55
</PropertyGroup>
66

77
<PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
8-
<Version>10.0.0-rc.2.1.2</Version>
8+
<Version>10.0.0-rc.2.2.0</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>
@@ -14,12 +14,12 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(VisualStudioVersion)' == '17.0'">
17-
<PackageReference Include="BootstrapBlazor" Version="9.11.5-beta11" />
17+
<PackageReference Include="BootstrapBlazor" Version="9.12.0" />
1818
<PackageReference Include="PuppeteerSharp" Version="20.2.4" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition="'$(VisualStudioVersion)' == '18.0'">
22-
<PackageReference Include="BootstrapBlazor" Version="10.0.0-rc.2.1.10" />
22+
<PackageReference Include="BootstrapBlazor" Version="10.0.0-rc.2.2.0" />
2323
<PackageReference Include="PuppeteerSharp" Version="20.2.4" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)