This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
2.0-pre01
Pre-release
Pre-release
Breaking changes
- Switched to
Microsoft.AspNetCore
process pipeline instead ofMicrosoft.Owin
- App.config/Web.config settings support dropped, switched to
IConfiguration
based settings
Other changes
- .NET Standard 2.0 support
- Added HTTP status code exact controller responses like
Ok()
,NoContent()
- Added
StatusCode
controllers response - Added Controllers wrappers for main responses to shorten code without new keyword
- .NET 4.5.2 version upgrade to .NET 4.6.2