Unity.Mvc3.VB 1.2.0.1

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

// Install Unity.Mvc3.VB as a Cake Tool
#tool nuget:?package=Unity.Mvc3.VB&version=1.2.0.1

Unity.Mvc3.VB VB.Net implementation of the code portions of Unity.MVC3 which is a library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET MVC 3.

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
1.2.0.1 1,786 1/15/2013
1.0.1 1,175 1/4/2013
1.0.0 1,650 4/10/2012

Moved the Unity.Mvc3.README.txt file into App_ReadMe.  Removed obsolete call to container.RegisterControllers from the bootstrapper.