Skip to content

Commit 22b1c76

Browse files
🚀 Release 9.0.3
1 parent 2940591 commit 22b1c76

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.template.config/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"generator": "constant",
119119
"replaces": "caPackageVersion",
120120
"parameters": {
121-
"value": "9.0.2"
121+
"value": "9.0.3"
122122
}
123123
}
124124
},

CleanArchitecture.nuspec

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
<metadata>
44

55
<id>Clean.Architecture.Solution.Template</id>
6-
<version>9.0.2</version>
6+
<version>9.0.3</version>
77
<title>Clean Architecture Solution Template</title>
88
<authors>JasonTaylorDev</authors>
99
<description>Clean Architecture Solution Template for .NET 9.</description>
1010
<summary>
1111
A Clean Architecture Solution Template for creating apps using Angular, React, or Web API only with ASP.NET Core.
1212
</summary>
1313
<releaseNotes>
14-
📦 Add Aspire
14+
🧑‍💻 Use TypedResults for Minimal API
15+
🐛 Create separate Open API spec for API only template
16+
🐛 Regenerate Open API spec / clients for Angular / React (excludes Users endpoint)
17+
🧑‍💻 Fix default pipeline provider (default to github)
18+
👷 Build.cake - fix defaults and improve naming
19+
📦 React client - npm audit fix
1520
</releaseNotes>
1621

1722
<projectUrl>https://github.com/JasonTaylorDev/CleanArchitecture</projectUrl>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following prerequisites are required to build and run the solution:
1919

2020
The easiest way to get started is to install the [.NET template](https://www.nuget.org/packages/Clean.Architecture.Solution.Template):
2121
```
22-
dotnet new install Clean.Architecture.Solution.Template::9.0.2
22+
dotnet new install Clean.Architecture.Solution.Template::9.0.3
2323
```
2424

2525
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:

0 commit comments

Comments
 (0)