Client Dependency available via NuPack

by Aaron Powell 7. October 2010 05:10

Today Scott Guthrie announced a new project from Microsoft called NuPack which is for easily adding third-party libraries into any .NET project that you’re working on.

As soon as I saw the announcement I set about working on getting some of the open source projects into NuPack.

And I’m excited to say that you can now get ClientDependency directly from NuPack!

clientdependency-in-nupack

You can install either the Web Forms version or the MVC version, and it’ll even set up the basic config for you in your web.config.

Happy installing.

Categories: ClientDependency | .Net

Comments

10/7/2010 6:24:12 AM #

Hi Shannon,

That's great news, I think it's about time I download it to see if we can make use of it. I think I remember seeing a post from you saying that this plays nicely with Umbraco?

Cheers,

Chris

Chris Houston United Kingdom

10/7/2010 6:52:27 AM #

This is in the Umbraco core, so yes, it plays very nice with Umbraco :)

ShannonDeminick United States

10/13/2010 10:04:23 PM #

Thank you, this was a breeze to install with nupack.  I only had to move the configuration section to the top of the web.config and was up and running.  

Victor Foster United States

10/24/2010 4:51:38 PM #

For the MVC add - please get it to include the <namespace> reference in the web.config - else the Html extension in the markup won't register...

Hope this helps...

Greg B Australia