Prism.Unity.Bootstrapper 2.0.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Prism.Unity.Bootstrapper --version 2.0.0
                    
NuGet\Install-Package Prism.Unity.Bootstrapper -Version 2.0.0
                    
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="Prism.Unity.Bootstrapper" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Prism.Unity.Bootstrapper" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Prism.Unity.Bootstrapper" />
                    
Project file
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 Prism.Unity.Bootstrapper --version 2.0.0
                    
#r "nuget: Prism.Unity.Bootstrapper, 2.0.0"
                    
#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 Prism.Unity.Bootstrapper@2.0.0
                    
#: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=Prism.Unity.Bootstrapper&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Prism.Unity.Bootstrapper&version=2.0.0
                    
Install as a Cake Tool

This simple library provides an application base for a Windows Store 8/Phone 8.1 application that automatically bootstraps  the Unity container for dependency resolution. Simply replace MvvmAppBase with MvvmUnityAppBase and override the OnContainerRegistration method to register your types.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Windows Store netcore451 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
2.0.2-prerelease 92 1/10/2015
2.0.1-prerelease 41 1/10/2015
2.0.0 769 11/4/2014

v.2.0.0 Changed ID. Old package will load this new package. Updated to new Prism 2.0 for WIndows Store to support Universal apps.

v 1.0.4 Corrected method name.

v 1.03 Added the OnEarlyContainerRegistration() and OnUnhandledRegistraonException() virtual methods.

v 1.0.2 Creating the Unity container and setting the Service Locator earlier so that it is available during a session restore. Note Prism still calls restores session state prior to calling Application Initialization. Any type required prior to session restoration should be registered in the app constructor.

v 1.0.1 Added static property Current on object.