Skip to content

Commit

Permalink
v.3.1.0-preview.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Sep 3, 2023
1 parent d5ae7df commit c453198
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.3.1.0-preview.2
- Fix: The publishing process on Visual Studio IDE was failed.

v.3.1.0-preview.1
- Fix: Google Crawler could not recognize the pre-rendered header elements. (Issue #26)
- Improve: Enabling the "data:" script source is no longer required when specifying a Content Security Policy (CSP).
Expand Down
2 changes: 1 addition & 1 deletion SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="3.1.0-preview.1" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="3.1.0-preview.2" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.0" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="3.1.0-preview.1" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="3.1.0-preview.2" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-preview.6.23329.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0-preview.6.23329.11" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion VersionInfo.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.1.0-preview.1</Version>
<Version>3.1.0-preview.2</Version>
<Authors>J.Sakamoto</Authors>
<Copyright>Copyright © 2021-2023 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<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>
Expand Down

0 comments on commit c453198

Please sign in to comment.