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: