alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Solution release build mapped to project release build #21

Closed JSkimming closed 11 years ago

JSkimming commented 11 years ago

As part of the upgrade to VS 2012 I think the build configuration got mixed up and started compiling the project Debug build for the solution release configuration.

alexbeletsky commented 11 years ago

Nice catch!

Thanks a lot.. merging in.

JSkimming commented 11 years ago

No problem, thanks for providing Elmah.MVC.

Does this mean version 2.0.2 was an inadvertent debug build? If so I'll hold off upgrading.

alexbeletsky commented 11 years ago

Oh, do you see that 2.0.2 have a debug binary inside ? If so, I'll push 2.0.3 immediately

alexbeletsky commented 11 years ago

Checked that quickly. I turned out I've got locally modified Elmah.Mvc.sln which I forgot to push some how. Package should have Release binary inside.

So, please upgrade up to 2.0.2

JSkimming commented 11 years ago

Nope I noticed while looking at the changes from 2.0.1 (just being nosey). v2.0.1 is 11KB, and 2.0.2 is the same so I guess 2.0.2 is a release build.

JSkimming commented 11 years ago

OK, thanks I'll upgrade now. I prefer being on the latest.