Prism.Unity.AppBase 1.0.4

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

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

This simple library provides an Application Base for a Windows Store application that automatically connects Unity to provide injection as the container. 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 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
1.0.4 223 6/10/2014
1.0.3 70 6/6/2014

v 1.0.1 Added static property Current on object.
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.03 Added the OnEarlyContainerRegistration() and OnUnhandledRegistraonException() virtual methods.
v 1.0.4 Corrected method name.