fresco.imagepipeline 0.1.7

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

Image Pipeline loads images from the network, local storage, or local resources. To save data and CPU, it has three levels of cache; two in memory and another in internal storage.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.1.7 45,284 8/7/2018
0.1.6 3,038 6/5/2018
0.1.5 9,147 3/9/2018
0.1.4 2,184 3/8/2018
0.1.3 2,280 3/1/2018
0.1.2 9,806 1/16/2018
0.1.1 3,439 12/21/2017
0.1.0 2,038 11/20/2017
0.0.9 2,117 11/7/2017
0.0.8 5,043 10/10/2017
0.0.7 2,755 10/10/2017
0.0.6 2,274 10/4/2017
0.0.4 2,285 9/24/2017
0.0.3 1,956 5/15/2017
0.0.2 1,491 2/21/2017

Updates memory pool params to avoid failing on devices having memory limit as: 0-4MB, 32-~66MB.