AspNetCore 1.3.1
New HTTP status codes
- Submit can now return 409 and 422 (for conflicts and validation failure)
- Use 415 unsupported media type instead of 400 for unsupported content type
What's Changed
- Update gitversion task to v3 by @Daniel-Svensson in #524
- AspNetCore: Improve HTTP Status code on Submit failed and wrong ContentType by @Daniel-Svensson in #526
Full Changelog: v5.6.0...aspnetcore-1.3.1