diff --git a/.template.config/template.json b/.template.config/template.json index 8a57730de..a5415e836 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -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, diff --git a/FSH.StarterKit.nuspec b/FSH.StarterKit.nuspec index d1db1f3fe..314edc0f1 100644 --- a/FSH.StarterKit.nuspec +++ b/FSH.StarterKit.nuspec @@ -3,9 +3,9 @@ FullStackHero.NET.StarterKit FullStackHero .NET Starter Kit - 2.0.2-rc + 2.0.3-rc Mukesh Murugan - The best way to start a full-stack Multi-tenant .NET 8 Web App. + The best way to start a full-stack Multi-tenant .NET 9 Web App. en-US ./content/LICENSE 2024 diff --git a/README.md b/README.md index 5ca4fdd9f..7682ba133 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. @@ -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 diff --git a/assets/fullstackhero-dotnet-starter-kit.png b/assets/fullstackhero-dotnet-starter-kit.png index 47168d0f0..d5ac1f26f 100644 Binary files a/assets/fullstackhero-dotnet-starter-kit.png and b/assets/fullstackhero-dotnet-starter-kit.png differ diff --git a/src/apps/blazor/client/Pages/Home.razor b/src/apps/blazor/client/Pages/Home.razor index dd86be31f..4ab0981f4 100644 --- a/src/apps/blazor/client/Pages/Home.razor +++ b/src/apps/blazor/client/Pages/Home.razor @@ -9,12 +9,12 @@ - The best way to start a fullstack .NET 8 Web App. + The best way to start a fullstack .NET 9 Web App. fullstackhero's - .NET 8 Starter Kit + .NET 9 Starter Kit