Hero 0.7.11

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

// Install Hero as a Cake Tool
#tool nuget:?package=Hero&version=0.7.11

Ability based authorization

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
0.7.11 263 10/3/2013
0.7.10 50 10/3/2013
0.7.9 51 10/1/2013
0.7.8 51 9/27/2013
0.7.7 48 9/27/2013
0.7.6 52 9/23/2013
0.7.5 50 9/23/2013
0.7.4 53 7/24/2013
0.7.3 46 7/15/2013
0.7.2 46 7/15/2013
0.7.1 50 7/14/2013
0.6.17 47 7/14/2013
0.6.16 46 6/29/2013
0.6.15 47 6/28/2013
0.6.14 47 6/28/2013
0.6.13 48 6/27/2013
0.6.12 121 4/24/2013
0.6.11 47 4/24/2013
0.6.10 47 4/24/2013
0.6.9 48 4/24/2013
0.6.8 47 4/24/2013

Hero is an ability based authorization for .NET MVC and WepAPI projects inspired by the Rails project CanCan. Ability based authorization provides a more flexible approach to the traditional .NET authorization technique by decoupling the permissions and code.

You can also find the Frontend Component at https://www.nuget.org/packages/Hero.Frontend/