From 8a496fbca25b9120eac4785c34935c735c8e5a65 Mon Sep 17 00:00:00 2001 From: Jason Taylor Date: Fri, 14 Jul 2023 14:07:07 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=208.0.0-preview.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CleanArchitecture.nuspec | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index ef529fe83..94486b544 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 8.0.0-preview.6.1 + 8.0.0-preview.6.2 Clean Architecture Solution Template JasonTaylorDev Clean Architecture Solution Template for .NET 8. @@ -11,7 +11,7 @@ A Clean Architecture Solution Template for creating a Single-Page Application (SPA) with ASP.NET Core. - Rename `WebUI` / `WebApi` projects to `Web` + CI/CD bug fixes and improvements. https://github.com/JasonTaylorDev/CleanArchitecture diff --git a/README.md b/README.md index c18197db0..b73eba3e7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you find this project useful, please give it a star. Thanks! ⭐ The easiest way to get started is to install the [.NET template](https://www.nuget.org/packages/Clean.Architecture.Solution.Template): ``` -dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.6.1 +dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.6.2 ``` 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: