Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Nov 22, 2024
1 parent fe987c0 commit e639a56
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"identity": "FullStackHero.NET.StarterKit",
"name": "FullStackHero .NET Starter Kit",
"description": "The best way to start a full-stack .NET 8 Web App.",
"description": "The best way to start a full-stack .NET 9 Web App.",
"shortName": "fsh",
"sourceName": "FSH.Starter",
"preferNameDirectory": true,
Expand Down
4 changes: 2 additions & 2 deletions FSH.StarterKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<metadata>
<id>FullStackHero.NET.StarterKit</id>
<title>FullStackHero .NET Starter Kit</title>
<version>2.0.2-rc</version>
<version>2.0.3-rc</version>
<authors>Mukesh Murugan</authors>
<description>The best way to start a full-stack Multi-tenant .NET 8 Web App.</description>
<description>The best way to start a full-stack Multi-tenant .NET 9 Web App.</description>
<language>en-US</language>
<license type="file">./content/LICENSE</license>
<copyright>2024</copyright>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FullStackHero .NET 8 Starter Kit 🚀
# FullStackHero .NET 9 Starter Kit 🚀

> With ASP.NET Core Web API & Blazor Client
FullStackHero .NET Starter Kit is a starting point for your next `.NET 8 Clean Architecture` Solution that incorporates the most essential packages and features your projects will ever need including out-of-the-box Multi-Tenancy support. This project can save well over 200+ hours of development time for your team.
FullStackHero .NET Starter Kit is a starting point for your next `.NET 9 Clean Architecture` Solution that incorporates the most essential packages and features your projects will ever need including out-of-the-box Multi-Tenancy support. This project can save well over 200+ hours of development time for your team.

![FullStackHero .NET Starter Kit](./assets/fullstackhero-dotnet-starter-kit.png)

Expand All @@ -16,7 +16,7 @@ As the project is still in beta, the NuGet packages are not yet available. You c

Prerequisites:

- .NET 8 SDK installed.
- .NET 9 SDK installed.
- Visual Studio IDE.
- Docker Desktop.
- PostgreSQL instance running on your machine or docker container.
Expand All @@ -38,8 +38,8 @@ Please follow the below instructions.

# ✨ Technologies

- ASP.NET Core 8
- Entity Framework Core 8
- .NET 9
- Entity Framework Core 9
- Blazor
- MediatR
- PostgreSQL
Expand Down
Binary file modified assets/fullstackhero-dotnet-starter-kit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/apps/blazor/client/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</div>
</MudItem>
<MudItem xs="12" sm="12" md="12">
<MudText Align="Align.Center" Typo="Typo.h2">The best way to start a fullstack .NET 8 Web App.</MudText>
<MudText Align="Align.Center" Typo="Typo.h2">The best way to start a fullstack .NET 9 Web App.</MudText>
</MudItem>

<MudItem xs="12" sm="12" md="12">
<MudText Align="Align.Center" Typo="Typo.h5" Class="smaller">fullstackhero's</MudText>
<MudText Align="Align.Center" Typo="Typo.h4">.NET 8 Starter Kit</MudText>
<MudText Align="Align.Center" Typo="Typo.h4">.NET 9 Starter Kit</MudText>
</MudItem>

<MudItem xs="12" sm="12" md="12">
Expand Down

0 comments on commit e639a56

Please sign in to comment.