Skip to content

Commit 87feff9

Browse files
🚀 Release 9.0.9
1 parent 5ed68a6 commit 87feff9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"generator": "constant",
2525
"replaces": "caPackageVersion",
2626
"parameters": {
27-
"value": "9.0.8"
27+
"value": "9.0.9"
2828
}
2929
},
3030
"caRepositoryUrl": {

CleanArchitecture.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<metadata>
44

55
<id>Clean.Architecture.Solution.Template</id>
6-
<version>9.0.8</version>
6+
<version>9.0.9</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-
🐛 Exclude jekyll-gh-pages workflow and funding configuration from template.
14+
📦 Upgrade Angular framework and related dependencies
1515
</releaseNotes>
1616

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

README.md

Lines changed: 1 addition & 1 deletion
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.8
22+
dotnet new install Clean.Architecture.Solution.Template::9.0.9
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)