From 8f5a963d4b4af3c199061ca3eb50d6a919156ae6 Mon Sep 17 00:00:00 2001 From: JasonTaylorDev Date: Fri, 6 Dec 2024 15:58:49 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Exclude=20jekyll-gh-pages=20work?= =?UTF-8?q?flow=20and=20funding=20configuration=20from=20template.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .template.config/template.json | 2 +- CleanArchitecture.nuspec | 7 +++---- README.md | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.template.config/template.json b/.template.config/template.json index 12fca25cf..80f3525c3 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -24,7 +24,7 @@ "generator": "constant", "replaces": "caPackageVersion", "parameters": { - "value": "9.0.7" + "value": "9.0.8" } }, "caRepositoryUrl": { diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 93baa3bb5..2bc8d9721 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 9.0.7 + 9.0.8 Clean Architecture Solution Template JasonTaylorDev Clean Architecture Solution Template for .NET 9. @@ -11,8 +11,7 @@ A Clean Architecture Solution Template for creating apps using Angular, React, or Web API only with ASP.NET Core. - 🐛 Fix GitHub pipeline in azd template. - 🐛 Exclude jekyll-gh-pages workflow from template. + 🐛 Exclude jekyll-gh-pages workflow and funding configuration from template. https://github.com/JasonTaylorDev/CleanArchitecture @@ -33,7 +32,7 @@ - + diff --git a/README.md b/README.md index 249d517ca..754c735e5 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.7 +dotnet new install Clean.Architecture.Solution.Template::9.0.8 ``` 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: