Skip to content

Commit 296942e

Browse files
Release 9.0.12
1 parent 77f97d9 commit 296942e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-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.11"
27+
"value": "9.0.12"
2828
}
2929
},
3030
"caRepositoryUrl": {

CleanArchitecture.nuspec

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

55
<id>Clean.Architecture.Solution.Template</id>
6-
<version>9.0.11</version>
6+
<version>9.0.12</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-
✨ Removed migrations to adopt a more flexible approach for database initialization (see README for details).
15-
🐛 Reverted to previous seeding approach due to issues with the new implementation.
14+
🐛 Fixed bug with registration of LoggingBehaviour.
15+
🐛 Fixed bug with reuse of ValidationContext in ValidationBehaviour.
16+
✨ Refactored endpoint mapping to use RouteGroupBuilder.
17+
✨ Implementation of TSX support in React template.
18+
🐛 Fix KeyVault / secret name mismatch in Bicep templates.
19+
📦 Replace FluentAssertions with Shouldly in tests.
20+
🐛 Fix using dotnet-ef with artifacts path.
21+
✨ Improved performance of authorisation.
22+
✨ Enable simplified output paths.
1623
</releaseNotes>
1724

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

0 commit comments

Comments
 (0)