|
3 | 3 | <metadata> |
4 | 4 |
|
5 | 5 | <id>Hona.VerticalSliceArchitecture.Template</id> |
6 | | - <version>0.7.4</version> |
| 6 | + <version>0.8.0</version> |
7 | 7 | <title>Vertical Slice Architecture Template</title> |
8 | 8 | <authors>Hona</authors> |
9 | 9 | <description>Vertical Slice Architecture template using ASP.NET Core</description> |
10 | 10 | <summary> |
11 | 11 | This template is a way to get up and running using VSA in ASP.NET Core and C#. It is using Fast Endpoints as well as EF Core. |
12 | 12 | </summary> |
13 | 13 | <releaseNotes> |
14 | | - ♻️ Switch back to IReadOnlyList & ToListAsync (#38) |
15 | | - ✨ Add config to configure services (#37) |
16 | | - 🗑️ Drop OpenAPI convenience extensions (#36) |
17 | | - ♻️ Rename Module to Feature (#35) |
18 | | - 👷🏻 Automatically create GitHub release after nuspec version change (#34) |
| 14 | + 🧪 Add meta test (#47) |
| 15 | + ♻️ Make the Domain more intentional (#49) |
| 16 | + ♻️ Use Immediate.Handlers instead of MediatR (#50) |
| 17 | + 👷🏻 Add dependabot for NuGet + GitHub actions (#51) |
| 18 | + 👷🏻 Exclude test result upload from dependabot (#61) |
| 19 | + Bump actions/checkout from 2 to 4 (#52) |
| 20 | + Bump actions/cache from 3 to 4 (#54) |
| 21 | + Bump actions/setup-dotnet from 3 to 4 (#53) |
| 22 | + Bump nuget/setup-nuget from 1 to 2 (#55) |
| 23 | + Bump FluentAssertions from 7.0.0-alpha.2 to 7.0.0-alpha.3 (#57) |
| 24 | + Bump Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.3 (#60) |
| 25 | + Bump coverlet.collector from 6.0.0 to 6.0.2 (#56) |
| 26 | + Bump xunit from 2.6.3 to 2.7.0 (#59) |
| 27 | + Bump Microsoft.NET.Test.Sdk from 17.9.0-preview-23503-02 to 17.9.0 (#58) |
| 28 | + ♻️ More cohesion between endpoint & CQRS object (#63) |
| 29 | + 🚧 Add TODOs for source gens (#64) |
19 | 30 | </releaseNotes> |
20 | 31 | <readme>README.md</readme> |
21 | 32 |
|
|
0 commit comments