Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web API v2.0 compatibility #40

Merged
merged 3 commits into from
Mar 16, 2016
Merged

Web API v2.0 compatibility #40

merged 3 commits into from
Mar 16, 2016

Conversation

hmigneron
Copy link
Contributor

This is very much related to issue #30 and pull #36

Hyprlinkr 2.0.0 requires WebApi 2.2 (package version >= 5.2.3). Web API v2.0 (packages v5.0.0+), however, already supported attribute routing.

I looked through pull #36 and couldn't see anything that required v5.2.3 (rather than 5.0.0). I tried locally, ran the tests and ran my own code against it and everything seemed to work fine when referencing 5.0.0. I get that this might be a bit unusual but is this something you would consider merging ? There are no new features, so I am well aware that this is pretty boring but I really like the lib and would love to use it (I am using mono and compatibility with 5.2.3 isn't quite there yet so I cannot upgrade my version of the Web API to 5.2.3).

This is my first ever pull request so please let me know if I didn't do this properly. Thank you !

@ploeh ploeh merged commit cc4259e into ploeh:master Mar 16, 2016
@ploeh
Copy link
Owner

ploeh commented Mar 16, 2016

Great observation! This pull request is an application of Postel's law, so I'm all for it 👍

Thank you for your contribution! It's now live as Hyprlinkr 2.0.1.

@hmigneron
Copy link
Contributor Author

Thank you, much appreciated !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants