Psns.Common.Mvc.ViewBuilding by Jeff Purcell

<PackageReference Include="Psns.Common.Mvc.ViewBuilding" Version="5.1.1-rc2" />

 Psns.Common.Mvc.ViewBuilding 5.1.1-rc2

Automates the building of CRUD view models from decorated class definitions

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Psns.Common.Mvc.ViewBuilding</id>
    <version>5.1.1-rc2</version>
    <title>PSNS Mvc View Building</title>
    <authors>Jeff Purcell</authors>
    <owners>109.14</owners>
    <licenseUrl>https://github.com/PSNS-IMF/mvc-viewbuilding/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/PSNS-IMF/mvc-viewbuilding</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Automates the building of CRUD view models from decorated class definitions</description>
    <releaseNotes>## 5.1.2
      ### Features
      * Adding a Ninject module that will bind ICrudViewBuilder to the CrudViewBuilder.

      ## 5.1.1
      ### Bug Fixes
      * Removing Activator from compilation since it's a code template file.

      ## 5.1.0
      ### Features
      * Added back in Activator to register controllers and global settings.

      ## 4.3.0
      ### Features
      * Imported Api IndexViewController from Crudified.Mvc package so that GetFilterOptions can be overridden.

      ## 4.2.0
      ### Features
      * Allow visitors to be passed in for building index filter options.

      ## 4.1.0
      ### Features
      * Importing CrudController from Crudified Mvc Model so that CrudViewBuilder can be sub-classed.

      ## 4.0.0
      ### Features
      * Adding a reference property to view models from which the source object they were built

      ## 3.0.0
      ### Features
      * Moving IndexView Create Button out of ContextItems and into its own property

      ## 2.0.0
      ### Features
      * Adding visitor capabilities for the DetailsView

      ## 2.0.0.0-rc1
      ### Features
      * Updating CrudViewBuild.BuildIndexView to accept IIndexViewVisitor instead of ITableViewVisitor

      ## 1.0.0.2
      ### Fixes
      * Incrementing version to propagate nuspec corrections.

      ## 1.0.0.1
      ### Features
      * Adding view models for context menu

      ## 1.0.0.0
      ### Features
      * Initial Release</releaseNotes>
    <tags>PSNS mvc4 mvc5 asp.net mvc AspNetMvc model automation crud views viewbuilding</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Psns.Common.Persistence.Definitions" version="1.0.3.0" />
        <dependency id="Microsoft.AspNet.Mvc" version="4.0.40804.0" />
        <dependency id="Microsoft.AspNet.WebApi.WebHost" version="4.0.30506.0" />
        <dependency id="Psns.Common.Web.Adapters" version="1.0.0.4" />
        <dependency id="WebActivatorEx" version="2.0.6" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Psns.Common.Persistence.Definitions" version="1.0.3.0" />
        <dependency id="Microsoft.AspNet.Mvc" version="5.2.3" />
        <dependency id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" />
        <dependency id="Psns.Common.Web.Adapters" version="1.0.0.4" />
        <dependency id="WebActivatorEx" version="2.0.6" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Web" targetFramework="" />
      <frameworkAssembly assemblyName="System.Data.Entity.Design" targetFramework="" />
      <frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>