Skip to content

1.4.0

Choose a tag to compare

@evgomes evgomes released this 26 Nov 19:51
· 52 commits to master since this release
3d05025
  • Updated .NET version to .NET 5.
  • Updated AutoMapper, Entity Framework Core, and Swashbuckle dependencies to match .NET 5.
  • Created BaseApiController class to standardize routes and to automatically apply data annotations validation by using the ApiController attribute.
  • Refactored logic to seed database data and to apply entity type configuration for application models.