Hiro 1.0.4.41795

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hiro --version 1.0.4.41795
NuGet\Install-Package Hiro -Version 1.0.4.41795
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="Hiro" Version="1.0.4.41795" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hiro --version 1.0.4.41795
#r "nuget: Hiro, 1.0.4.41795"
#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 Hiro as a Cake Addin
#addin nuget:?package=Hiro&version=1.0.4.41795

// Install Hiro as a Cake Tool
#tool nuget:?package=Hiro&version=1.0.4.41795

A lightweight inversion of control container framework.

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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Hiro:

Package Downloads
Hiro.Web.Mvc4

An MVC4 web extension library for the Hiro IOC container framework.

Hiro.Web

A web extension library for the Hiro IOC container framework.

MvcTurbine.Hiro

The Hiro service locator for MVC Turbine.

BclEx-Abstract.Hiro

This package contains a Hiro implementation of the abstract ServiceLocator.

Hiro.MSBuild.Tasks

An MSBuild task extension library for the Hiro IOC container framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5.17956 2,494 9/30/2014
1.0.4.41795 3,208 3/22/2014
1.0.3 3,437 6/7/2011
1.0.2.17547 1,439 9/30/2014
1.0.2 1,735 6/7/2011
1.0.1.32406 1,366 9/30/2014
1.0.1.32152 1,357 9/30/2014
1.0.1 1,700 4/9/2011
1.0.0 1,931 4/4/2011

This version of Hiro has been updated to run in .NET 4.5, and it includes updates that make it easier to register dependencies using your own user-defined conventions. It relies on the Hiro.Containers interface library, which has been built separately so that Hiro-compiled containers can run in any .NET platform without using any form of runtime reflection or runtime code generation.