Skip to content

Commit c0154e3

Browse files
authored
5.3.6 (#1335)
* 5.3.5 * Get missing 5.3.5 Release notes * rn
1 parent 0bd2ebc commit c0154e3

8 files changed

Lines changed: 56 additions & 19 deletions

File tree

LocalBuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo Destination is %argDestination%
99
echo ...
1010
echo Beginning build
1111
echo ...
12-
dotnet pack materia.blazor/material.blazor.csproj -p:Version=%argVersion% --configuration Server --output %argDestination% -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
12+
dotnet pack material.blazor/material.blazor.csproj -p:Version=%argVersion% --configuration Server --output %argDestination% -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
1313
echo ...
1414
echo Build results
1515
echo ...

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<PackageReference Include="bunit.core" Version="1.28.9" />
99
<PackageReference Include="bunit.web" Version="1.28.9" />
1010
<PackageReference Include="NSubstitute" Version="5.1.0" />
11-
<PackageReference Include="xunit" Version="2.8.0" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
11+
<PackageReference Include="xunit" Version="2.8.1" />
12+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\Material.Blazor\Material.Blazor.csproj" />

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

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

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.5" />
17-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.5" />
18-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.5" />
16+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" />
17+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
18+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.6" />
1919
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
2020
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2121
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
2222
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
23-
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
23+
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

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

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

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.5" />
9-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.5" PrivateAssets="all" />
8+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
9+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
1010
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
11-
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
11+
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
1212
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="2.0.0" />
1313
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
1414
</ItemGroup>

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

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

3232
<ItemGroup>
3333
<PackageReference Include="GoogleAnalytics.Blazor" Version="1.0.3" />
34-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.5" />
35-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.5" />
34+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
35+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" />
3636
<PackageReference Include="Humanizer " Version="2.14.1" />
3737
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
3838
</ItemGroup>

Material.Blazor/Material.Blazor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
</ItemGroup>-->
4848

4949
<ItemGroup>
50-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.5" />
51-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.5" />
50+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" />
51+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
5252
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
5353
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
5454
</ItemGroup>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Material.Blazor is a lightweight [Material Theme](https://material.io/) [web dev
3636

3737
Material.Blazor has two release trains available via NuGet. The trains are MD2 and MD3 based.
3838
The MD2 NuGet packages are available in V3, V4, and V5. The MD3 NuGet packages are available in V5.
39-
- V3.x is a DotNet 6 LTS stable version using Material Design 2 and is the version used in most 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.
40-
- V4.x is a DotNet 7 STS stable version using Material Design 2 and is the version used in some production settings. This version will be deprecated on May 14, 2024 (Corresponding to the DN7 EOL). No updates to Material.Blazor in this version are expected.
39+
- 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.
40+
- 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.
4242
- V5.x releases are published as a NuGet package - Material.Blazor
4343
- This version will be deprecated on November 10, 2026.

ReleaseNotes.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ title: ReleaseNotes
44
---
55
# Release Notes
66

7+
#### [5.3.6](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.6)
8+
9+
Released 2024-06-11
10+
11+
**Updates**
12+
- .Net 8.0.6 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.5.1](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.5.1)
28+
29+
Released 2024-05-29
30+
31+
**Updates**
32+
- Update release notes.
33+
34+
**New components**
35+
36+
**New features**
37+
38+
**Breaking Changes**
39+
40+
**Deprecated Components**
41+
42+
**Known issues**
43+
44+
<br />
45+
746
#### [5.3.5](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.5)
847

948
Released 2024-05-29
@@ -18,7 +57,6 @@ Released 2024-05-29
1857
**Breaking Changes**
1958

2059
**Deprecated Components**
21-
- MD3: Entire MD3 'experiment' removed as Google has effectively abandoned the development of Material Web Components 3.
2260

2361
**Known issues**
2462

@@ -39,7 +77,6 @@ Released 2024-05-16
3977
**Breaking Changes**
4078

4179
**Deprecated Components**
42-
- MD3: Entire MD3 'experiment' removed as Google has effectively abandoned the development of Material Web Components 3.
4380

4481
**Known issues**
4582

0 commit comments

Comments
 (0)