From 8be711af37e56ccf911567be87177bbb9348f8dd Mon Sep 17 00:00:00 2001 From: JasonTaylorDev Date: Fri, 29 Nov 2024 14:38:20 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=209.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .template.config/template.json | 2 +- CleanArchitecture.nuspec | 9 +++++++-- README.md | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.template.config/template.json b/.template.config/template.json index 285e28d89..f01559333 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -118,7 +118,7 @@ "generator": "constant", "replaces": "caPackageVersion", "parameters": { - "value": "9.0.2" + "value": "9.0.3" } } }, diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index e7e83dda9..aae84e80f 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 9.0.2 + 9.0.3 Clean Architecture Solution Template JasonTaylorDev Clean Architecture Solution Template for .NET 9. @@ -11,7 +11,12 @@ A Clean Architecture Solution Template for creating apps using Angular, React, or Web API only with ASP.NET Core. - 📦 Add Aspire + 🧑‍💻 Use TypedResults for Minimal API + 🐛 Create separate Open API spec for API only template + 🐛 Regenerate Open API spec / clients for Angular / React (excludes Users endpoint) + 🧑‍💻 Fix default pipeline provider (default to github) + 👷 Build.cake - fix defaults and improve naming + 📦 React client - npm audit fix https://github.com/JasonTaylorDev/CleanArchitecture diff --git a/README.md b/README.md index 2d0a42385..33a6e887c 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.2 +dotnet new install Clean.Architecture.Solution.Template::9.0.3 ``` 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: