UniversalAppBase 1.0.0

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

// Install UniversalAppBase as a Cake Tool
#tool nuget:?package=UniversalAppBase&version=1.0.0

A collaborative universal Windows application base for creating an MVVM friendly application across both Windows and Windows Phone. Feel free to fork and contribute towards this project on GitHub.

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
1.0.0 127 4/16/2015

Current features
•Base page
•Base view model with navigation handling
   •Hardware button enabled base view model (for Windows Phone)

•View Model Extensions
   •IFileOpener, allows user to handle returning to the application when a file has been picked from a Phone app

•XAML Converters
   •Boolean to Visibility
   •Inverse Boolean to Visibility
   •Inverse Boolean

•Resources, ease of access to resource strings in code
•StorageProvider, eases the implementation of saving and loading files from local storage
•ToastService, provides an easy way to create toast notifications on the client
•DialogService, provides an easy way to create message dialogs
•MediaProvider, eases the implementation for capturing photos, video and files.