Hero 0.6.8
        
        
                                There is a newer version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package Hero --version 0.6.8
NuGet\Install-Package Hero -Version 0.6.8
        
        
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.6.8" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Hero" Version="0.6.8" />
<PackageReference Include="Hero" />
        
        
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
                    
    
    paket add Hero --version 0.6.8
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Hero, 0.6.8"
        
        
#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.
                    
    
    #:package Hero@0.6.8
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=Hero&version=0.6.8
#tool nuget:?package=Hero&version=0.6.8
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Ability based authorization
| Product | Versions 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 | 265 | 10/3/2013 | 
| 0.7.10 | 52 | 10/3/2013 | 
| 0.7.9 | 53 | 10/1/2013 | 
| 0.7.8 | 52 | 9/27/2013 | 
| 0.7.7 | 50 | 9/27/2013 | 
| 0.7.6 | 54 | 9/23/2013 | 
| 0.7.5 | 52 | 9/23/2013 | 
| 0.7.4 | 55 | 7/24/2013 | 
| 0.7.3 | 48 | 7/15/2013 | 
| 0.7.2 | 48 | 7/15/2013 | 
| 0.7.1 | 52 | 7/14/2013 | 
| 0.6.17 | 48 | 7/14/2013 | 
| 0.6.16 | 48 | 6/29/2013 | 
| 0.6.15 | 49 | 6/28/2013 | 
| 0.6.14 | 49 | 6/28/2013 | 
| 0.6.13 | 49 | 6/27/2013 | 
| 0.6.12 | 122 | 4/24/2013 | 
| 0.6.11 | 49 | 4/24/2013 | 
| 0.6.10 | 49 | 4/24/2013 | 
| 0.6.9 | 49 | 4/24/2013 | 
| 0.6.8 | 49 | 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.