Psns.Common.Mvc.ViewBuilding.Authorized 3.0.3

dotnet add package Psns.Common.Mvc.ViewBuilding.Authorized --version 3.0.3
NuGet\Install-Package Psns.Common.Mvc.ViewBuilding.Authorized -Version 3.0.3
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.Authorized" Version="3.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Psns.Common.Mvc.ViewBuilding.Authorized --version 3.0.3
#r "nuget: Psns.Common.Mvc.ViewBuilding.Authorized, 3.0.3"
#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.Authorized as a Cake Addin
#addin nuget:?package=Psns.Common.Mvc.ViewBuilding.Authorized&version=3.0.3

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

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

Product Compatible and additional computed target framework versions.
.NET Framework 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3 105 5/1/2015
3.0.3-rc7 32 5/1/2015
3.0.3-rc6 32 4/30/2015
3.0.3-rc5 30 4/29/2015
3.0.3-rc4 29 4/29/2015
3.0.3-rc3 30 4/24/2015
3.0.3-rc2 31 4/24/2015
3.0.3-rc1 28 4/23/2015
3.0.2-rc1 34 4/21/2015
3.0.1-rc1 31 4/14/2015
3.0.0.1 47 4/10/2015
3.0.0-rc3 29 4/10/2015
3.0.0-rc2 29 4/9/2015
3.0.0-rc1 29 4/9/2015
2.0.0-rc2 28 4/9/2015
2.0.0-rc1 31 3/24/2015
1.0.0 48 3/20/2015
1.0.0-aid3 31 3/19/2015
1.0.0-aid-2 33 3/17/2015
1.0.0-aid-1 30 3/17/2015

## 3.0.3.0
     ### Features
     * Implemented AuthorizedDetailsVisitor to provide field-level permission checking on the DetailsView model.
     * Implemented AuthorizedFilterOptionsVisitor Visit for PropertyInfo to check for Read permissions on entity properties.

     ## 3.0.2.0
     ### Features
     * Implemented AuthorizedUpdateVisitor to provide field-level permission checking on the UpdateView model.

     ## 3.0.1.0
     ### Features
     * Added Ninject IKernel extension to provide some default bindings for the view building.

     ## 3.0.0.1
     ### Features
     * Updated to Psns.Common.Mvc.ViewBuilding.

     ## 3.0.0.0
     ### Features
     * Updated to Psns.Common.Mvc.ViewBuilding so that index view filter options visitor could be implemented.

     ## 1.0.0.0
     ### Features
     * Initial release