0

In a C# prject, What is the difference between MvcMiniProfiler.dll (version 1.7) and MiniProfiler.dll (2.1) ?

Martin
  • 745
  • 2
  • 7
  • 23

1 Answers1

2

They are both the same thing, MiniProfiler.dll (2.1) is the latest version. The project got renamed from MvcMiniProfiler to just MiniProfiler around the 2.0 time; because it is also usable on Ruby now (i.e. it's not just an 'mvc' profiler anymore).

See here, specifically the section "No longer MVCMiniProfiler"

TheNextman
  • 12,428
  • 2
  • 36
  • 75