Skip to content

Tags: Assiance/aspnet-api-versioning

Tags

v2.0.0

Toggle v2.0.0's commit message
Copy matched RouteData to RouteContext. Fixes dotnet#176

v1.2.0

Toggle v1.2.0's commit message
Updated package information

v1.1.0

Toggle v1.1.0's commit message
Update readme with API explorer information

v1.1-rc1

Toggle v1.1-rc1's commit message
Improve performance of action selector

v1.1.0-beta2

Toggle v1.1.0-beta2's commit message
Simplify Error Response Provider (dotnet#111)

Simplifies API versioning error responses

v1.1.0-beta1

Toggle v1.1.0-beta1's commit message
Updated version numbers and release notes for 1.1.0

v1.0.0

Toggle v1.0.0's commit message
Initial set of acceptance tests (dotnet#32)

v1.0-rc2

Toggle v1.0-rc2's commit message
Fixed the internal action selection process to consider both conventi…

…on and attributing routing using two passes when needed. (dotnet#15)

v1.0-rc1

Toggle v1.0-rc1's commit message
Merge pull request dotnet#10 from Microsoft/dev/chrimart/update-examples

Minor updates to existing examples and adds new examples.