Skip to content

Commit 1b0aafd

Browse files
🚀 Release 9.0.1
1 parent a6135d6 commit 1b0aafd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.template.config/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"generator": "constant",
9898
"replaces": "caPackageVersion",
9999
"parameters": {
100-
"value": "9.0.0"
100+
"value": "9.0.1"
101101
}
102102
}
103103
},

CleanArchitecture.nuspec

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

55
<id>Clean.Architecture.Solution.Template</id>
6-
<version>9.0.0</version>
6+
<version>9.0.1</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-
📦 Upgrade to .NET 9
14+
📦 Upgrade to Angular 18
15+
🐛 Miscellaneous bug fixes
1516
</releaseNotes>
1617

1718
<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.0
22+
dotnet new install Clean.Architecture.Solution.Template::9.0.1
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)