Skip to content

Commit

Permalink
🐛 Fixes #1057
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Nov 22, 2023
1 parent f2f0445 commit 014dff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"exclude": [
"src/Web/ClientApp/**",
"src/Web/Endpoints/Users.cs",
"src/Web/Templates/**",
"src/Web/config.nswag",
"src/Web/config-webapi.nswag",
"src/Web/Web-webapi.http"
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.0</version>
<version>8.0.1</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>
Upgrade to .NET 8.0
Fix React template issue - missing NSwag templates required for build.
</releaseNotes>

<projectUrl>https://github.com/JasonTaylorDev/CleanArchitecture</projectUrl>
Expand Down
4 changes: 2 additions & 2 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.0.
The project was generated using the [Clean.Architecture.Solution.Template](https://github.com/jasontaylordev/CleanArchitecture) version 8.0.1.

## 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.0
dotnet new install Clean.Architecture.Solution.Template::8.0.1
```

## Test
Expand Down

0 comments on commit 014dff6

Please sign in to comment.