Skip to content

Commit

Permalink
v.4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Apr 18, 2024
1 parent d6601c2 commit 5835c17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v.4.0.0
- This is the first official - not a preview - release.
- Breaking Change: Drop the support for .NET 5.
- Fix: a service worker asset file was broken in some cases.

v.3.1.0-preview.4
- Fix: the helper script crashed when it ran in a web worker.

Expand Down
2 changes: 1 addition & 1 deletion SampleApps/BlazorWasmAVP/BlazorWasmAVP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.18" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.18" PrivateAssets="all" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.4.5" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0-preview.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0" />
</ItemGroup>

</Project>
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="4.0.0-preview.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" 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="4.0.0-preview.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" 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>4.0.0-preview.0</Version>
<Version>4.0.0</Version>
<Authors>J.Sakamoto</Authors>
<Copyright>Copyright © 2021-2024 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 5835c17

Please sign in to comment.