Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📌 0.7.0 Release #39

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions VerticalSliceArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<metadata>

<id>Hona.VerticalSliceArchitecture.Template</id>
<version>0.6.0</version>
<version>0.7.0</version>
<title>Vertical Slice Architecture Template</title>
<authors>Hona</authors>
<description>Vertical Slice Architecture template using ASP.NET Core</description>
<summary>
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.
</summary>
<releaseNotes>
Decoupled endpoints from CQRS objects.
Moved from Result flow, to exception flow for speed of development and convenience.
Rename Kernel to Host for more clarity.
Remove the Repository pattern in favour of using EF Core directly.
Improves Open API extension methods.
♻️ Switch back to IReadOnlyList & ToListAsync (#38)
✨ Add config to configure services (#37)
🗑️ Drop OpenAPI convenience extensions (#36)
♻️ Rename Module to Feature (#35)
👷🏻 Automatically create GitHub release after nuspec version change (#34)
</releaseNotes>
<readme>README.md</readme>

Expand Down
Loading