Skip to content

Commit

Permalink
🚀 Publish 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Nov 23, 2023
1 parent aee53e4 commit 0e724e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions CleanArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<metadata>

<id>Clean.Architecture.Solution.Template</id>
<version>8.0.1</version>
<version>8.0.2</version>
<title>Clean Architecture Solution Template</title>
<authors>JasonTaylorDev</authors>
<description>Clean Architecture Solution Template for .NET 8.</description>
<summary>
A Clean Architecture Solution Template for creating apps using Angular, React, or Web API only with ASP.NET Core.
</summary>
<releaseNotes>
Fix React template issue - missing NSwag templates required for build.
Upgrade NSwag and other packages to latest versions.
</releaseNotes>

<projectUrl>https://github.com/JasonTaylorDev/CleanArchitecture</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions README-template.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -77,4 +77,4 @@ dotnet test
<!--#endif -->

## 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.
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.

0 comments on commit 0e724e6

Please sign in to comment.