Q42.WinRT 1.5.2.42

dotnet add package Q42.WinRT --version 1.5.2.42
                    
NuGet\Install-Package Q42.WinRT -Version 1.5.2.42
                    
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="Q42.WinRT" Version="1.5.2.42" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Q42.WinRT" Version="1.5.2.42" />
                    
Directory.Packages.props
<PackageReference Include="Q42.WinRT" />
                    
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 Q42.WinRT --version 1.5.2.42
                    
#r "nuget: Q42.WinRT, 1.5.2.42"
                    
#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 Q42.WinRT@1.5.2.42
                    
#: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=Q42.WinRT&version=1.5.2.42
                    
Install as a Cake Addin
#tool nuget:?package=Q42.WinRT&version=1.5.2.42
                    
Install as a Cake Tool

Open source library for Windows Phone and Windows 8 XAML applications. This library is focused on web connected and data driven applications. It includes helpers to easily cache data from API calls and cache web images to the local storage. There's also a DataLoader included which functions as a wrapper around a Task<T> method. You can bind a progress bar to the DataLoader and show it as long as the task is running.

Product Compatible and additional computed target framework versions.
Windows Phone wp8 is compatible.  wp81 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Q42.WinRT:

Package Downloads
ModernApp4Me.Universal

The specific part for Windows Universal App of the framework ModernApp4Me.

ModernApp4Me.WP8

The specific part for Windows Phone 8 (Silverlight) of the framework ModernApp4Me.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Q42.WinRT:

Repository Stars
michielpost/Q42.HueApi
C# helper library to talk to the Philips Hue bridge
Version Downloads Last Updated
1.5.2.42 7,832 3/15/2016
1.5.1.42 2,156 3/4/2016
1.5.0.42 7,056 10/28/2015
1.4.2.42 4,207 7/17/2015
1.4.1.42 2,378 6/25/2015
1.4.0.42 2,149 6/24/2015
1.3.2.42 2,204 6/9/2015
1.3.1.42 2,199 6/3/2015
1.3.0.42 2,704 4/28/2015
1.2.6.42 4,561 11/11/2014
1.2.5.42 2,539 7/27/2014
1.2.4.42 2,659 4/22/2014
1.2.3.42 2,768 4/18/2014
1.2.2.42 3,021 10/24/2013
1.2.0.42 2,246 10/17/2013
1.0.14.42 2,562 8/8/2013
1.0.11.42 2,461 5/23/2013
1.0.10.42 2,495 4/23/2013
Loading failed