From 1b0aafdd0d10fda58d48004968343827923fd599 Mon Sep 17 00:00:00 2001 From: JasonTaylorDev Date: Mon, 18 Nov 2024 11:57:25 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=209.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .template.config/template.json | 2 +- CleanArchitecture.nuspec | 5 +++-- README.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.template.config/template.json b/.template.config/template.json index f63fda30b..b139380ed 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -97,7 +97,7 @@ "generator": "constant", "replaces": "caPackageVersion", "parameters": { - "value": "9.0.0" + "value": "9.0.1" } } }, diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 67eb88f19..fb4193341 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 9.0.0 + 9.0.1 Clean Architecture Solution Template JasonTaylorDev Clean Architecture Solution Template for .NET 9. @@ -11,7 +11,8 @@ A Clean Architecture Solution Template for creating apps using Angular, React, or Web API only with ASP.NET Core. - 📦 Upgrade to .NET 9 + 📦 Upgrade to Angular 18 + 🐛 Miscellaneous bug fixes https://github.com/JasonTaylorDev/CleanArchitecture diff --git a/README.md b/README.md index 1a680f2f1..96d8b65cc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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/Clean.Architecture.Solution.Template): ``` -dotnet new install Clean.Architecture.Solution.Template::9.0.0 +dotnet new install Clean.Architecture.Solution.Template::9.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: