Prototyping_MVC by Ed Charbeneau

<PackageReference Include="Prototyping_MVC" Version="1.1.0" />

 Prototyping_MVC 1.1.0

Prototyping is a collection of helpers for MVC to assist with wireframing. Quickly generate lorem ipsum for wireframing using the Ipsum helper and fluent api. @Html.Ipsum().h1().p().h2().p() Easily generate placeholder images using the Placehold helper. @Html.Placehold(300, 400).

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Prototyping_MVC</id>
    <version>1.1</version>
    <title>Prototyping for MVC</title>
    <authors>Ed Charbeneau</authors>
    <owners>Ed Charbeneau</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Prototyping is a collection of helpers for MVC to assist with wireframing.

Quickly generate lorem ipsum for wireframing using the Ipsum helper and fluent api. @Html.Ipsum().h1().p().h2().p()

Easily generate placeholder images using the Placehold helper. @Html.Placehold(300, 400).</description>
    <summary>Prototyping is a collection of helpers for MVC to assist with wireframing. The collection contains a helper for generating lorem ipsum, and a helper for generating image placeholders.</summary>
    <releaseNotes>1.1
Added dl &gt; dd element

1.0
Initial release

Placeholder helper uses the http://placehold.it service and requires a network connection.
Credits to http://code.google.com/p/nlipsum/ for the NLipsum generator.</releaseNotes>
    <copyright>Ed Charbeneau Copyright 2012</copyright>
    <tags>Prototyping Wireframing HTML MVC Ipsum</tags>
  </metadata>
</package>