From 90e18612f1834358ca2b1127e4fc4f5ad75ab104 Mon Sep 17 00:00:00 2001 From: JasonTaylorDev Date: Fri, 8 Mar 2024 07:36:33 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=208.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .template.config/template.json | 2 +- CleanArchitecture.nuspec | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.template.config/template.json b/.template.config/template.json index 05c70fe53..d8f47efae 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -73,7 +73,7 @@ "generator": "constant", "replaces": "caPackageVersion", "parameters": { - "value": "8.0.4" + "value": "8.0.5" } } }, diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 7cf336036..ed8c6d601 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 8.0.4 + 8.0.5 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. - 🐛 Added mising Identity endpoints to Open API specification + 🐛 Disabled simplified build outputs due to EF Core compatability issue. https://github.com/JasonTaylorDev/CleanArchitecture diff --git a/README.md b/README.md index 593042fb1..728e5a0da 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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.4 +dotnet new install Clean.Architecture.Solution.Template::8.0.5 ``` 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: