dotnet / WatsonWebserver

Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
MIT License
403 stars 83 forks source link

Fixed typo in IHostBuilder.MapParameteRoute #140

Closed bemoty closed 4 months ago

bemoty commented 5 months ago

It seems the 'r' at the end of 'Parameter' was merged with the 'R' at the start of 'Route' 😄

I deprecated the old method name and created a new one with the corrected name. No functionality was changed, these are backward-compatible changes.

jchristn commented 4 months ago

Thank you for catching this! Sorry for the delay, merging now @bemoty

jchristn commented 4 months ago

Published NuGet v6.1.9, thank you again!