Hero.Frontend 0.7.11

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

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

Ability based authorization

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.11 1,589 10/3/2013
0.7.10 1,191 10/3/2013
0.7.9 1,167 10/1/2013
0.7.8 1,151 9/27/2013

Frontend JavaScript, Html Templates, and MVC controllers for the Hero project.  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.