Skip to content

Commit 5835c17

Browse files
committed
v.4.0.0 release
1 parent d6601c2 commit 5835c17

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

RELEASE-NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v.4.0.0
2+
- This is the first official - not a preview - release.
3+
- Breaking Change: Drop the support for .NET 5.
4+
- Fix: a service worker asset file was broken in some cases.
5+
16
v.3.1.0-preview.4
27
- Fix: the helper script crashed when it ran in a web worker.
38

SampleApps/BlazorWasmAVP/BlazorWasmAVP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.18" />
1919
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.18" PrivateAssets="all" />
2020
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.4.5" />
21-
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0-preview.0" />
21+
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0" />
2222
</ItemGroup>
2323

2424
</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="4.0.0-preview.0" />
12+
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0" />
1313
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.1" />
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
1515
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" 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="4.0.0-preview.0" />
16+
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.0" />
1717
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.1" />
1818
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
1919
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" PrivateAssets="all" />

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>4.0.0-preview.0</Version>
3+
<Version>4.0.0</Version>
44
<Authors>J.Sakamoto</Authors>
55
<Copyright>Copyright © 2021-2024 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)