Skip to content

2.0.0

Compare
Choose a tag to compare
@commonsensesoftware commonsensesoftware released this 31 Aug 23:36

This is another minor release with respect to changes, but includes the much anticipated and highly demanded support for ASP.NET Core 2.0. There are no visible API or behavioral changes in this release.

Fixes

The following are fixes addressed in the current release:

ASP.NET Web API

  • Fixed API Explorer cloning of supported media types (related to #164)

ASP.NET Core

  • Inconsistent handling of 405 on API version-neutral endpoints (#159)
  • RouteData is unavailable via IRoutingFeature in HttpContext.Features (#176)

Features

The following are new or updated features in the current release:

ASP.NET Core

  • Added support for ASP.NET Core 2.0
  • ASP.NET Core implementations now target .NET Standard 2.0