BuiltToRoam.Core 1.0.1.5

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

// Install BuiltToRoam.Core as a Cake Tool
#tool nuget:?package=BuiltToRoam.Core&version=1.0.1.5

Core library for Windows Phone development to assist with navigation and page management

Product Compatible and additional computed target framework versions.
Silverlight sl4-wp71 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.1.5 208 9/1/2012
1.0.1.4 95 6/18/2012
1.0.1.3 101 6/11/2012
1.0.1.2 95 5/16/2012
1.0.1.1 91 5/14/2012
1.0.1 95 4/20/2012
1.0.0.20 94 4/9/2012
1.0.0.16 95 3/31/2012
1.0.0.15 92 3/31/2012
1.0.0.14 95 3/26/2012
1.0.0.13 95 3/15/2012
1.0.0.12 97 2/21/2012
1.0.0.11 101 2/20/2012
1.0.0.10 95 2/20/2012
1.0.0.9 93 2/20/2012
1.0.0.8 100 2/20/2012
1.0.0.7 104 2/20/2012
1.0.0.6 93 2/20/2012
1.0.0.5 98 2/20/2012
1.0.0.4 102 2/7/2012
1.0.0.3 95 2/7/2012
1.0.0.2 93 1/29/2012
1.0.0.1 103 1/29/2012
1.0.0 95 1/27/2012

27/1/2012: Initial release
29/1/2012: Added http helper method and content types
7/2/2012: Upgraded support for HttpHelper and removing settings overload
20/2/2012: More overloads for HttpHelper
21/2/2012: Add debugger support to Json methods. Json written to Console window
15/3/2012: Added ApplicationBarOpacity to basepage
26/3/2012: Additional navigation/page state virtual methods
31/3/2012: Split off base helper classes for use within Background agents (See BuiltToRoam.Core.Agent
20/4/2012: Added # blocks to add compatibility with Winrt, added dependency on async ctp library