buunguyen / combres

ASP.NET and MVC performance optimization library ⛺
Other
123 stars 36 forks source link

v2.2.2.17 on nuget.org has hard version dependeny on older version of fasterflect, requiring reinstall #7

Closed Jerph closed 11 years ago

Jerph commented 11 years ago

In 2.2.2.17 the fasterflect dependency went from "2.1.2.0" to "[2.1.0]", and it complains that a newer version is installed when I try to update combres. Is there a reason to force the older version? The latest version on nuget doesn't seem to be pushed to github yet, so I can't investigate the reasoning for myself.

Thanks, Jeff

buunguyen commented 11 years ago

See this https://github.com/buunguyen/combres/issues/6 When I can verify that Fasterflect fixes the issue, I will build Combres with the latest version of Fasterflect. For now, I suggest you nuget-uninstall Combres/Fasterflect and then re-install it.

Jerph commented 11 years ago

Ah. I didn't think to look at that issue, as it seemed unrelated. Thanks!