Skip to content

Commit 4809cd4

Browse files
committed
v.7.2.0 release
1 parent cfc71d5 commit 4809cd4

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v.7.2.0
2+
- Feature: Added the "UrlPathRegexToIgnore" argument for ignoring URL paths by regex during crawling. (PR #63 contributed by @axiom-nz)
3+
14
v.7.1.0
25
- Feature: Added support for following "link rel=alternate" elements during crawling to generate pre-rendered static HTML for alternate pages. (Issue #61)
36

SampleApps/BlazorWasmAVP/BlazorWasmAVP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.25" />
2020
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.25" PrivateAssets="all" />
2121
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.4.5" />
22-
<PackageReference Include="BlazorWasmPreRendering.Build" Version="7.1.0" />
22+
<PackageReference Include="BlazorWasmPreRendering.Build" Version="7.2.0" />
2323
</ItemGroup>
2424

2525
</Project>

SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="BlazorWasmPreRendering.Build" Version="7.1.0" />
12+
<PackageReference Include="BlazorWasmPreRendering.Build" Version="7.2.0" />
1313
<PackageReference Include="BlazorWasmBrotliLoader.Build" Version="1.0.3" />
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.25" />
1515
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.25" PrivateAssets="all" />

SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="BlazorWasmPreRendering.Build" Version="7.1.0" />
16+
<PackageReference Include="BlazorWasmPreRendering.Build" Version="7.2.0" />
1717
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="3.0.0" />
1818
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.11" />
1919
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.11" PrivateAssets="all" />

SampleApps/BlazorWasmLazyLoading/BlazorWasmApp/BlazorWasmApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="BlazorWasmPreRendering.Build" Version="3.0.0-preview.1" />
14+
<PackageReference Include="BlazorWasmPreRendering.Build" Version="7.2.0" />
1515
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.9" />
1616
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.9" PrivateAssets="all" />
1717
</ItemGroup>

VersionInfo.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>7.1.0</Version>
3+
<Version>7.2.0</Version>
44
<Authors>J.Sakamoto</Authors>
55
<Copyright>Copyright © 2021-2026 J.Sakamoto, Mozilla Public License 2.0</Copyright>
66
<Description>When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.</Description>

0 commit comments

Comments
 (0)