Psns.Common.Mvc.ViewBuilding.Authorized 3.0.3-rc3

This is a prerelease version of Psns.Common.Mvc.ViewBuilding.Authorized.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Psns.Common.Mvc.ViewBuilding.Authorized --version 3.0.3-rc3                
NuGet\Install-Package Psns.Common.Mvc.ViewBuilding.Authorized -Version 3.0.3-rc3                
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-rc3" />                
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-rc3                
#r "nuget: Psns.Common.Mvc.ViewBuilding.Authorized, 3.0.3-rc3"                
#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-rc3&prerelease

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

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 106 5/1/2015
3.0.3-rc7 34 5/1/2015
3.0.3-rc6 34 4/30/2015
3.0.3-rc5 32 4/29/2015
3.0.3-rc4 31 4/29/2015
3.0.3-rc3 32 4/24/2015
3.0.3-rc2 32 4/24/2015
3.0.3-rc1 30 4/23/2015
3.0.2-rc1 36 4/21/2015
3.0.1-rc1 32 4/14/2015
3.0.0.1 48 4/10/2015
3.0.0-rc3 31 4/10/2015
3.0.0-rc2 31 4/9/2015
3.0.0-rc1 31 4/9/2015
2.0.0-rc2 29 4/9/2015
2.0.0-rc1 33 3/24/2015
1.0.0 50 3/20/2015
1.0.0-aid3 33 3/19/2015
1.0.0-aid-2 34 3/17/2015
1.0.0-aid-1 32 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