diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5436833..3298c92 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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). diff --git a/SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj b/SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj index fa22c7d..d1f0887 100644 --- a/SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj +++ b/SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj @@ -9,7 +9,7 @@ - + diff --git a/SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj b/SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj index 1b1ba72..9ca7ef4 100644 --- a/SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj +++ b/SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj @@ -13,7 +13,7 @@ - + diff --git a/VersionInfo.props b/VersionInfo.props index 46edbc7..568480b 100644 --- a/VersionInfo.props +++ b/VersionInfo.props @@ -1,6 +1,6 @@ - 3.1.0-preview.1 + 3.1.0-preview.2 J.Sakamoto Copyright © 2021-2023 J.Sakamoto, Mozilla Public License 2.0 When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.