Psns.Common.Mvc.ViewBuilding 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Psns.Common.Mvc.ViewBuilding --version 2.0.0
NuGet\Install-Package Psns.Common.Mvc.ViewBuilding -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Psns.Common.Mvc.ViewBuilding" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Psns.Common.Mvc.ViewBuilding --version 2.0.0
#r "nuget: Psns.Common.Mvc.ViewBuilding, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Psns.Common.Mvc.ViewBuilding as a Cake Addin
#addin nuget:?package=Psns.Common.Mvc.ViewBuilding&version=2.0.0

// Install Psns.Common.Mvc.ViewBuilding as a Cake Tool
#tool nuget:?package=Psns.Common.Mvc.ViewBuilding&version=2.0.0

Automates the building of CRUD view models from decorated class definitions

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Psns.Common.Mvc.ViewBuilding:

Package Downloads
Psns.Common.Mvc.ViewBuilding.Authorized

Adds an authorization layer to ViewBuilding so that only authorized content is displayed

Psns.Common.Mvc.Crudified

Adds built-in CRUD functionality to existing Asp.Net Mvc applications

Psns.Common.Mvc.Skin

The base UI theme for PSNS Mvc Applications

Psns.Common.Mvc.ViewBuilding.Activation

Handles activation and registration of view building components at Mvc App start up

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 1,708 5/1/2015
7.0.0-rc5 811 5/1/2015
7.0.0-rc4 1,064 4/30/2015
7.0.0-rc3 1,001 4/30/2015
7.0.0-rc2 998 4/30/2015
6.0.0 1,551 4/29/2015
6.0.0-rc1 874 4/15/2015
5.1.2-rc1 890 4/14/2015
5.1.1.1 1,828 4/10/2015
5.1.1-rc2 902 4/14/2015
5.1.1-rc1 882 4/14/2015
5.1.0.1 1,002 4/10/2015
5.1.0 1,416 4/10/2015
5.1.0-rc1 859 4/10/2015
5.0.0.1 1,045 4/7/2015
5.0.0 1,358 4/7/2015
5.0.0-rc1 842 4/3/2015
4.3.0-rc1 853 4/3/2015
4.3.0-beta1 844 4/3/2015
4.2.0-rc2 876 3/24/2015
4.2.0-rc1 872 3/24/2015
4.1.0 1,373 3/20/2015
4.1.0-rc2 840 3/19/2015
4.1.0-rc1 834 3/18/2015
4.0.0-rc1 916 3/9/2015
3.0.0-rc1 821 3/6/2015
2.0.0 1,113 3/3/2015
2.0.0-rc1 860 3/3/2015
1.0.0.2 1,453 2/24/2015
1.0.0.1 2,397 2/24/2015

## 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