FubuMVC by Chad Myers, Jeremy D. Miller, Joshua Flanagan

<PackageReference Include="FubuMVC" Version="0.9.3.718" />

 FubuMVC 0.9.3.718

A compositional, convention-based framework for complex web applications. This package allows you to quickly create a new FubuMVC web application. If you just want to reference the FubuMVC libraries without the guidance, use the FubuMVC.Lib package instead.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>FubuMVC</id>
    <version>0.9.3.718</version>
    <authors>Chad Myers, Jeremy D. Miller, Joshua Flanagan</authors>
    <owners>Joshua Flanagan</owners>
    <licenseUrl>https://github.com/DarthFubuMVC/fubumvc/raw/master/license.txt</licenseUrl>
    <projectUrl>http://mvc.fubu-project.org/</projectUrl>
    <iconUrl>https://github.com/DarthFubuMVC/fubu-collateral/raw/master/Icons/FubuMvc_256.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A compositional, convention-based framework for complex web applications.
		This package allows you to quickly create a new FubuMVC web application. If you just want to reference
		the FubuMVC libraries without the guidance, use the FubuMVC.Lib package instead.</description>
    <tags>web framework mvc</tags>
    <dependencies>
      <dependency id="FubuMVC.References" />
      <dependency id="WebActivator" version="1.1" />
    </dependencies>
  </metadata>
</package>