Skip to content

Commit

Permalink
Increased nuget package to v017.
Browse files Browse the repository at this point in the history
  • Loading branch information
phongcao committed Aug 7, 2018
1 parent 96bfca5 commit ec182cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImagePipeline/nuget/ImagePipeline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>fresco.imagepipeline</id>
<version>0.1.6</version>
<version>0.1.7</version>
<title>Image Pipeline</title>
<authors>Phong Cao</authors>
<owners>Phong Cao</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>http://frescolib.org/static/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.</description>
<releaseNotes>Adds gif decoder (force animated GIFs to be rendered as static images).</releaseNotes>
<releaseNotes>Updates memory pool params to avoid failing on devices having memory limit as: 0-4MB, 32-~66MB.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Fresco ImagePipeline</tags>
</metadata>
Expand Down

0 comments on commit ec182cd

Please sign in to comment.