Releases: infrabel/GNaP.WebApi.Versioning
Releases · infrabel/GNaP.WebApi.Versioning
GNaP.WebApi.Versioning 1.0.6.0
Changes
Default constructors added to be more in line with Route
.
NuGet
GNaP.WebApi.Versioning 1.0.5.0
Changes
Removed unneeded NuGet dependencies, causing problems for Owin users.
NuGet
GNaP.WebApi.Versioning 1.0.4.0
NuGet Release
Usage
Install from NuGet in your Web API project: Install-Package GNaP.WebApi.Versioning
You can now use VersionedRoute
instead of Route
in your controllers to get API versioning for free on your routes.
Remember to turn on Attribute Based Routing with MapHttpAttributeRoutes() on your Web API configuration.