MvcInstaller.Mvc5 by Gizmo Beach

<PackageReference Include="MvcInstaller.Mvc5" Version="1.0.0" />

 MvcInstaller.Mvc5 1.0.0

ASP.NET MVC 5 Installer - install your database schema and the ASP.NET Membership system on your server via a browser. This version handles the new System.Web.Providers Membership namespace and uses these providers for VS 2013 projects.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>MvcInstaller.Mvc5</id>
    <version>1.0.0.0</version>
    <authors>Gizmo Beach</authors>
    <owners>Gizmo Beach</owners>
    <licenseUrl>http://mvcinstaller.codeplex.com/license</licenseUrl>
    <projectUrl>http://www.mvccentral.net/s/69</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>ASP.NET MVC 5 Installer - install your database schema and the ASP.NET Membership system on your server via a browser.  This version handles the new System.Web.Providers Membership namespace and uses these providers for VS 2013 projects.</description>
    <tags>mvc5 installer</tags>
    <dependencies>
      <dependency id="System.Web.Providers" version="1.2" />
    </dependencies>
  </metadata>
</package>