Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@evgomes evgomes released this 05 Jul 17:54
· 5 commits to master since this release
bd1fa83
  • Updated .NET version to .NET 7.
  • Updated AutoMapper, Entity Framework Core, and Swashbuckle dependencies to match .NET 7.
  • Enabled implicit usings and nullable types.
  • Added global usings and removed implicit namespaces from the source code.
  • Renamed the UnitOfMeasurement enum type to make it follow the official naming convention.
  • Removed CategoryResponse and ProductReponse types to use a generic Response<T> record type instead.
  • Changed API resources to use record types instead of classes, and to initialize values in an immutable way using init.
  • Added configuration to make all API routes lower-case.
  • Refactored services to include logging using the standar .NET logging provider and to make code cleaner.