From dd6bd6d8eb0372434047d0e52d050a937cb45905 Mon Sep 17 00:00:00 2001 From: Cristian Rodriguez Date: Tue, 10 Sep 2024 18:40:55 -0400 Subject: [PATCH] feat: upgrage package version to 8.0.1 --- FastCleanArchitecture.nuspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FastCleanArchitecture.nuspec b/FastCleanArchitecture.nuspec index d196de1..64f62c3 100644 --- a/FastCleanArchitecture.nuspec +++ b/FastCleanArchitecture.nuspec @@ -3,7 +3,7 @@ Fast.Clean.Architecture.Solution.Template - 8.0.8 + 8.0.1 Fast Clean Architecture Solution Template christiandr Fast Clean Architecture Solution Template for .NET 8. diff --git a/README.md b/README.md index 7f99002..d9b0a7f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The following prerequisites are required to build and run the solution: The easiest way to get started is to install the [.NET template](https://www.nuget.org/packages/Fast.Clean.Architecture.Solution.Template): ``` -dotnet new install Clean.Architecture.Solution.Template::8.0.8 +dotnet new install Clean.Architecture.Solution.Template::8.0.1 ``` Once installed, create a new solution using the template. You can choose to use Angular, React, or create a Web API-only solution. Specify the client framework using the `-cf` or `--client-framework` option, and provide the output directory where your project will be created. Here are some examples: