Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

2.0-pre01

Pre-release
Pre-release
Compare
Choose a tag to compare
@i4004 i4004 released this 18 Dec 16:42
· 73 commits to master since this release

Breaking changes

  • Switched to Microsoft.AspNetCore process pipeline instead of Microsoft.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