Build.Mvc4 by grcodemonkey

<PackageReference Include="Build.Mvc4" Version="2013.3.5.3-pre" />

 Build.Mvc4 2013.3.5.3-pre

Build.Mvc is a HtmlHelper extension library that turns the standard ASP .NET MVC 4.0 HtmlHelper methods into jQuery-style chainable methods that allow you to expressively add markup and style to your MVC application.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Build.Mvc4</id>
    <version>2013.03.05.03-pre</version>
    <title>Build.Mvc for MVC4</title>
    <authors>grcodemonkey</authors>
    <owners>Jeremy Bell</owners>
    <projectUrl>http://buildmvc.codeplex.com</projectUrl>
    <iconUrl>http://51ff69dfe5da18d9a132-67828cb861dee3bbe85a23f784ced1c1.r49.cf2.rackcdn.com/build.mvc-icon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Build.Mvc is a HtmlHelper extension library that turns the standard ASP .NET MVC 4.0 HtmlHelper methods into jQuery-style chainable methods that allow you to expressively add markup and style to your MVC application.</description>
    <releaseNotes />
    <language>en-US</language>
    <tags>MVC,HtmlHelper,jQuery,.Net4,Extension</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.Mvc" />
    </dependencies>
  </metadata>
</package>