Releases: TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
Releases · TechNobre/PowerUtils.AspNetCore.ErrorHandler.ResponseTypes
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.ResponseTypes
named toPowerUtils.AspNetCore.Attributes.ResponseTypes
; Response400BadRequest
named toResponse400ProblemDetailsAttribute
;Response401Unauthorized
named toResponse401ProblemDetailsAttribute
;Response403Forbidden
named toResponse403ProblemDetailsAttribute
;Response404NotFound
named toResponse404ProblemDetailsAttribute
;Response409Conflict
named toResponse409ProblemDetailsAttribute
;Response415UnsupportedMediaType
named toResponse415ProblemDetailsAttribute
;