Skip to content

Commit 9743b48

Browse files
committed
updates
1 parent 986b2c0 commit 9743b48

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ So, here is an in-depth video that takes you through the BlazorHero Project! Do
6060

6161
# BlazorHero v2.2
6262

63-
### PS, Clone the Repository to experience the latest Features & Fixes.
6463

6564
- UI Improvements
6665
- Docker Support
@@ -70,6 +69,20 @@ So, here is an in-depth video that takes you through the BlazorHero Project! Do
7069
- Minor Bug Fixes
7170
- Better Project Structure
7271

72+
# What to Excpect in BlazorHero 3.0?
73+
74+
- Modular Architecture
75+
- Cleaner Seperation Of Code
76+
- Dedicated Documentation Website - [Here](https://blazorhero.github.io/docs/)
77+
- Tutorials to add new entities, controllers
78+
- UI Updates
79+
80+
# Down the Roadmap
81+
82+
- Migration to .NET 6
83+
- Multi Tenancy
84+
- Better Localization - JSON
85+
7386
# Getting Started 🦸
7487

7588
> **Important**

src/Client/Pages/Content/Home.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
</MudItem>
1212
<MudItem xs="12" sm="12" md="12">
13-
<MudText Align="Align.Center" Typo="Typo.h2">@_localizer["Title"] v2.1</MudText>
13+
<MudText Align="Align.Center" Typo="Typo.h2">@_localizer["Title"] v2.2</MudText>
1414
<MudText Align="Align.Center" Typo="Typo.h5" Class="smaller">@_localizer["Description"]</MudText>
1515
</MudItem>
1616
<MudItem xs="12" sm="12" md="12">
@@ -22,6 +22,7 @@
2222
<div class="pa-4 justify-center my-4 mud-text-align-center">
2323
<MudButton Variant="Variant.Filled" Color="Color.Primary" Link="https://codewithmukesh.com/blazorhero" Target="_blank">@_localizer["Project Page"]</MudButton>
2424
<MudButton Variant="Variant.Filled" Color="Color.Secondary" Link="https://www.buymeacoffee.com/codewithmukesh" Target="_blank">@_localizer["Support Me"]</MudButton>
25+
<MudButton Variant="Variant.Filled" Color="Color.Surface" Link="https://blazorhero.github.io/docs/" Target="_blank">@_localizer["Documentation - Coming Soon"]</MudButton>
2526
</div>
2627
</MudItem>
2728

0 commit comments

Comments
 (0)