From 25b0aa960891bf90ceab454047edfe67793a9988 Mon Sep 17 00:00:00 2001 From: Jason Taylor Date: Sun, 6 Aug 2023 13:00:10 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=208.0.0-preview.6.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CleanArchitecture.nuspec | 4 ++-- README-template.md | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index a571ac444..b5d1d6d17 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 8.0.0-preview.6.17 + 8.0.0-preview.6.18 Clean Architecture Solution Template JasonTaylorDev Clean Architecture Solution Template for .NET 8. @@ -11,7 +11,7 @@ A Clean Architecture Solution Template for creating apps using Angular, React, or Web API only with ASP.NET Core. - Update Open API specification and generated clients. + Switch to .NET 8 TimeProvider. https://github.com/JasonTaylorDev/CleanArchitecture diff --git a/README-template.md b/README-template.md index 275e14b7d..3914455fe 100644 --- a/README-template.md +++ b/README-template.md @@ -1,6 +1,6 @@ # CleanArchitecture -The project was generated using the [Clean.Architecture.Solution.Template](https://github.com/jasontaylordev/CleanArchitecture) version 8.0.0-preview.6.17. +The project was generated using the [Clean.Architecture.Solution.Template](https://github.com/jasontaylordev/CleanArchitecture) version 8.0.0-preview.6.18. ## Build @@ -42,7 +42,7 @@ dotnet new ca-usecase -n GetTodos -fn TodoLists -ut query -rt TodosVm If you encounter the error *"No templates or subcommands found matching: 'ca-usecase'."*, install the template and try again: ```bash -dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.6.17 +dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.6.18 ``` ## Test diff --git a/README.md b/README.md index ebd713c2f..9fcc97058 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.17 +dotnet new install Clean.Architecture.Solution.Template::8.0.0-preview.6.18 ``` 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: