Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.3.6 #1335

Merged
merged 5 commits into from
Jun 11, 2024
Merged

5.3.6 #1335

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LocalBuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo Destination is %argDestination%
echo ...
echo Beginning build
echo ...
dotnet pack materia.blazor/material.blazor.csproj -p:Version=%argVersion% --configuration Server --output %argDestination% -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
dotnet pack material.blazor/material.blazor.csproj -p:Version=%argVersion% --configuration Server --output %argDestination% -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
echo ...
echo Build results
echo ...
Expand Down
6 changes: 3 additions & 3 deletions Material.Blazor.Test/Material.Blazor.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<PackageReference Include="bunit.core" Version="1.28.9" />
<PackageReference Include="bunit.web" Version="1.28.9" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Material.Blazor\Material.Blazor.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.5" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="2.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Material.Blazor.Website/Material.Blazor.Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

<ItemGroup>
<PackageReference Include="GoogleAnalytics.Blazor" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" />
<PackageReference Include="Humanizer " Version="2.14.1" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Material.Blazor/Material.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
</ItemGroup>-->

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Material.Blazor is a lightweight [Material Theme](https://material.io/) [web dev

Material.Blazor has two release trains available via NuGet. The trains are MD2 and MD3 based.
The MD2 NuGet packages are available in V3, V4, and V5. The MD3 NuGet packages are available in V5.
- 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.
- 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.
- 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.
- 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).
- V5.x is a DotNet 8 LTS stable version. We encourage adoption of this version for existing and new production settings.
- V5.x releases are published as a NuGet package - Material.Blazor
- This version will be deprecated on November 10, 2026.
Expand Down
41 changes: 39 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,45 @@ title: ReleaseNotes
---
# Release Notes

#### [5.3.6](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.6)

Released 2024-06-11

**Updates**
- .Net 8.0.6 updates
- Dependabot updates.

**New components**

**New features**

**Breaking Changes**

**Deprecated Components**

**Known issues**

<br />

#### [5.3.5.1](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.5.1)

Released 2024-05-29

**Updates**
- Update release notes.

**New components**

**New features**

**Breaking Changes**

**Deprecated Components**

**Known issues**

<br />

#### [5.3.5](https://github.com/Material-Blazor/Material.Blazor/tree/5.3.5)

Released 2024-05-29
Expand All @@ -18,7 +57,6 @@ Released 2024-05-29
**Breaking Changes**

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

**Known issues**

Expand All @@ -39,7 +77,6 @@ Released 2024-05-16
**Breaking Changes**

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

**Known issues**

Expand Down
Loading