mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

Nuget: use webactivatorex instead of webactivator #237

Closed Sebazzz closed 11 years ago

Sebazzz commented 11 years ago

Please use WebActivatorEx instead of WebActivator.

The packages are equivalent but the latter is not strongly named.

mccalltd commented 11 years ago

Any reason for this issue to exist alongside #233. Seem to be duplicate issues. If so, please close one. And if you'd like to submit a pull request, that'd be great. Otherwise I'll get to it soonish.

mccalltd commented 11 years ago

Ah shoot. Someone else reported #233. Sorry for the confusion. Long day.

Sebazzz commented 11 years ago

I only saw the other issue after I had submitted this issue. For some reason it didn't turn up in the search engine.

pjklein commented 11 years ago

@mccalltd, this is fixed in my pull request.

mccalltd commented 11 years ago

Fixed via https://github.com/mccalltd/AttributeRouting/pull/252