From 0e724e6b6daaf60f70032a9c81e5e4a0274188b5 Mon Sep 17 00:00:00 2001 From: JasonTaylorDev Date: Thu, 23 Nov 2023 20:03:46 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Publish=208.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .template.config/template.json | 16 ++++++++++++++++ CleanArchitecture.nuspec | 4 ++-- README-template.md | 6 +++--- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.template.config/template.json b/.template.config/template.json index dd3f06e68..a5beac6cd 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -59,6 +59,22 @@ "UseLocalDB": { "type": "computed", "value": "(!UseSQLite)" + }, + "caRepositoryUrl": { + "type": "generated", + "generator": "constant", + "replaces": "caRepositoryUrl", + "parameters": { + "value": "https://github.com/jasontaylordev/CleanArchitecture" + } + }, + "caPackageVersion": { + "type": "generated", + "generator": "constant", + "replaces": "caPackageVersion", + "parameters": { + "value": "8.0.2" + } } }, "sources": [ diff --git a/CleanArchitecture.nuspec b/CleanArchitecture.nuspec index 21c481722..cb51d6edf 100644 --- a/CleanArchitecture.nuspec +++ b/CleanArchitecture.nuspec @@ -3,7 +3,7 @@ Clean.Architecture.Solution.Template - 8.0.1 + 8.0.2 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. - Fix React template issue - missing NSwag templates required for build. + Upgrade NSwag and other packages to latest versions. https://github.com/JasonTaylorDev/CleanArchitecture diff --git a/README-template.md b/README-template.md index f069ac11d..429fcc433 100644 --- a/README-template.md +++ b/README-template.md @@ -1,6 +1,6 @@ # CleanArchitecture -The project was generated using the [Clean.Architecture.Solution.Template](https://github.com/jasontaylordev/CleanArchitecture) version 8.0.1. +The project was generated using the [Clean.Architecture.Solution.Template](https://github.com/jasontaylordev/CleanArchitecture) version caPackageVersion. ## Build @@ -42,7 +42,7 @@ dotnet new ca-usecase -n GetTodos -fn TodoLists -ut query -rt TodosVm If you encounter the error *"No templates or subcommands found matching: 'ca-usecase'."*, install the template and try again: ```bash -dotnet new install Clean.Architecture.Solution.Template::8.0.1 +dotnet new install Clean.Architecture.Solution.Template::caPackageVersion ``` ## Test @@ -77,4 +77,4 @@ dotnet test ## Help -To learn more about the template go to the [project website](https://github.com/JasonTaylorDev/CleanArchitecture). Here you can find additional guidance, request new features, report a bug, and discuss the template with other users. \ No newline at end of file +To learn more about the template go to the [project website](caRepositoryUrl). Here you can find additional guidance, request new features, report a bug, and discuss the template with other users. \ No newline at end of file