Skip to content

Commit

Permalink
v.4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Sep 23, 2024
1 parent 4d801ff commit 87944e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.1-preview.1" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions SampleApps/BlazorWasmApp0/BlazorWasmApp0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.1-preview.1" />
<PackageReference Include="BlazorWasmBrotliLoader.Build" Version="1.0.0-preview.1" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.1" />
<PackageReference Include="BlazorWasmBrotliLoader.Build" Version="1.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
4 changes: 2 additions & 2 deletions SampleApps/BlazorWasmApp1/BlazorWasmApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.1-preview.1" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="3.0.0-preview.1" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="4.0.1" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" PrivateAssets="all" />
<PackageReference Include="Toolbelt.Blazor.HeadElement" Version="7.3.1" />
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.1-preview.1</Version>
<Version>4.0.1</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 87944e0

Please sign in to comment.