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: