Prism.Unity.Bootstrapper 2.0.3

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Prism.Unity.Bootstrapper --version 2.0.3
NuGet\Install-Package Prism.Unity.Bootstrapper -Version 2.0.3
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.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Prism.Unity.Bootstrapper --version 2.0.3
#r "nuget: Prism.Unity.Bootstrapper, 2.0.3"
#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 Prism.Unity.Bootstrapper as a Cake Addin
#addin nuget:?package=Prism.Unity.Bootstrapper&version=2.0.3

// Install Prism.Unity.Bootstrapper as a Cake Tool
#tool nuget:?package=Prism.Unity.Bootstrapper&version=2.0.3

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.

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

v2.0.3 Updated to latest Unity package.

v 2.0.2 Changed namespace from Microsoft.Practices.Prism.StoreApps to Microsoft.Practices.Prism.Mvvm.

v 2.0.1 Created separate Windows 8.1 and Windows Phone 81. DLL's. Added support for phone back button.

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.