Skip to content

Commit 8b21612

Browse files
authored
2025-05-14 5.3.16 (#1349)
1 parent 8bc484e commit 8b21612

8 files changed

Lines changed: 56 additions & 14 deletions

File tree

Material.Blazor.Test/Material.Blazor.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<PackageReference Include="bunit" Version="1.39.5" />
88
<PackageReference Include="bunit.core" Version="1.39.5" />
99
<PackageReference Include="bunit.web" Version="1.39.5" />
10-
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.15" />
10+
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.16" />
1111
<PackageReference Include="NSubstitute" Version="5.3.0" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
13+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>

Material.Blazor.Website.Server/Material.Blazor.Website.Server.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.15" />
17-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.15" />
18-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.15" />
16+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.16" />
17+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.16" />
18+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.16" />
1919
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
2020
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
2121
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />

Material.Blazor.Website.Server/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define Logging
2+
13
using GoogleAnalytics.Blazor;
24
using Material.Blazor;
35
using Material.Blazor.Website;

Material.Blazor.Website.WebAssembly/Material.Blazor.Website.WebAssembly.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.15" />
9-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.15" PrivateAssets="all" />
8+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.16" />
9+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.16" PrivateAssets="all" />
1010
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
1111
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
1212
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="8.0.0" />

Material.Blazor.Website/Material.Blazor.Website.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="GoogleAnalytics.Blazor" Version="1.0.3" />
32-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.15" />
33-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.15" />
32+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.16" />
33+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.16" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

Material.Blazor/Material.Blazor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
</ItemGroup>-->
5252

5353
<ItemGroup>
54-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.15" />
55-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.15" />
54+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.16" />
55+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.16" />
5656
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
5757
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
5858
</ItemGroup>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Material.Blazor is a lightweight [Material Theme](https://material.io/) [web dev
3434
- Material.Blazor is available at https://www.nuget.org/packages/Material.Blazor.
3535
- If you intend to submit pull requests please note that we use a gitub repository with a `main` branch upon which pull requests can be made. You can read [detailed development environment instructions](https://material-blazor.com/docs/articles/DevelopmentEnvironment.html) on our docs site.
3636

37-
Material.Blazor has two release trains available via NuGet. The trains are MD2 and MD3 based.
38-
The MD2 NuGet packages are available in V3, V4, and V5. The MD3 NuGet packages are available in V5.
37+
Material.Blazor has one release train available via NuGet. The train is MD2 based.
38+
The MD2 NuGet packages are available in V3, V4, and V5.
3939
- V3.x is a DotNet 6 LTS stable version using Material Design 2 and is the version used in some production settings. This version will be deprecated on November 12, 2024 (Corresponding to the DN6 EOL). No updates to Material.Blazor in this version are expected.
4040
- V4.x is a DotNet 7 STS stable version using Material Design 2 and is the version used in some production settings. This version was deprecated on May 14, 2024 (Corresponding to the DN7 EOL).
4141
- V5.x is a DotNet 8 LTS stable version. We encourage adoption of this version for existing and new production settings.

ReleaseNotes.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,47 @@ title: ReleaseNotes
44
---
55
# Release Notes
66

7-
#### [5.3.14](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.14)
7+
#### [5.3.16](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.16)
8+
9+
Released 2025-???????????????????????????????????
10+
11+
**Updates**
12+
- .Net 8.0.16 updates
13+
- Dependabot updates.
14+
15+
**New components**
16+
17+
**New features**
18+
19+
**Breaking Changes**
20+
21+
**Deprecated Components**
22+
23+
**Known issues**
24+
25+
<br />
26+
27+
#### [5.3.16](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.16)
28+
29+
Released 2025-05-14
30+
31+
**Updates**
32+
- .Net 8.0.16 updates
33+
- Dependabot updates.
34+
35+
**New components**
36+
37+
**New features**
38+
39+
**Breaking Changes**
40+
41+
**Deprecated Components**
42+
43+
**Known issues**
44+
45+
<br />
46+
47+
#### [5.3.15](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.15)
848

949
Released 2025-04-09
1050

0 commit comments

Comments
 (0)