Skip to content

Commit e2244c9

Browse files
committed
Update news
1 parent 8c3aada commit e2244c9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Don't know what Blazor is? Read [here](https://github.com/aspnet/Blazor)
3030

3131
Complete all Blazor dependencies.
3232

33-
- .NET Core 6.0
34-
- Visual Studio 2019 with the ASP.NET and web development workload selected.
33+
- .NET 6.0
34+
- Visual Studio 2022 with the ASP.NET and web development workload selected.
3535
- Requires access to internet for CSS download
3636

3737
## Installation
@@ -143,7 +143,10 @@ functionality in Demo for the component you are editing. Not only will this allo
143143

144144

145145

146-
#### MatBlazor 2.9.0 (develop)
146+
#### MatBlazor 2.10.0
147+
- Supports .NET 6.0
148+
149+
#### MatBlazor 2.9.0
147150
- Supports net5.0;netstandard2.1
148151
- PR: MatTreeView - new component #788 (Thanks to adameste)
149152
- PR: Fix MatAutocompleteList re-render list on items update #857 (Thanks to Ogglas)

src/MatBlazor.Demo/Shared/News.razor

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
<li><code>MatTreeView</code> - complete new component</li>
1010
<li><code>MatAutocomplete</code> - new implementation of component</li>
1111
</ul>
12-
<h4 class="mat-h4">MatBlazor 2.9.0 (develop)</h4>
12+
<h4 class="mat-h4">MatBlazor 2.10.0</h4>
13+
<ul>
14+
<li>Supports .NET 6.0</li>
15+
</ul>
16+
<h4 class="mat-h4">MatBlazor 2.9.0</h4>
1317
<ul>
1418
<li>Supports net5.0;netstandard2.1</li>
1519
<li>PR: MatTreeView - new component #788 (Thanks to adameste)</li>

0 commit comments

Comments
 (0)