Skip to content

Commit a1ba63a

Browse files
committed
Update home version banner
1 parent 3ffbbbb commit a1ba63a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/Demo/Shared/Pages/Home/Home.razor

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
</FluentGridItem>
2828
<FluentGridItem xs="12" sm="12" md="6">
2929
<div class="demopanel" style="margin: 1rem 0; padding: 1.5rem; text-align: center">
30-
<p>This is the demo and documentation site for version <strong>@_version</strong> of the library. This version supports .NET 8 <strong>only</strong> </p>
30+
<p>
31+
This is the demo and documentation site for version <strong>@_version</strong> of the library. This version supports both
32+
<strong>.NET 8</strong> and <strong>.NET 9</strong>. Versions before v4.10.0 only support .NET 8.
33+
</p>
3134
<br />
3235
<p>
3336
The demo and documentation sites for previous version is also still available:<br />

0 commit comments

Comments
 (0)