This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Releases: TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
Releases · TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
v3.0.0
v2.2.0
v2.1.0
v2.0.0
1.1.0
1.0.0
[1.0.0] - 2022-03-15
- Kickoff;
- Moved the attributes from PowerUtils.AspNetCore.WebAPI project to this one so it can be used individually;
Breaking Changes
- namespace
PowerUtils.AspNetCore.WebAPI.Attributes.ResponseTypesnamed toPowerUtils.AspNetCore.Attributes.ResponseTypes; Response400BadRequestnamed toResponse400ProblemDetailsAttribute;Response401Unauthorizednamed toResponse401ProblemDetailsAttribute;Response403Forbiddennamed toResponse403ProblemDetailsAttribute;Response404NotFoundnamed toResponse404ProblemDetailsAttribute;Response409Conflictnamed toResponse409ProblemDetailsAttribute;Response415UnsupportedMediaTypenamed toResponse415ProblemDetailsAttribute;