GifImageSource 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package GifImageSource --version 1.0.3
NuGet\Install-Package GifImageSource -Version 1.0.3
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="GifImageSource" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GifImageSource --version 1.0.3
#r "nuget: GifImageSource, 1.0.3"
#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 GifImageSource as a Cake Addin
#addin nuget:?package=GifImageSource&version=1.0.3

// Install GifImageSource as a Cake Tool
#tool nuget:?package=GifImageSource&version=1.0.3

GifImageSource is a Windows Runtime Component for WinRT, Windows Phone 8 and Universal Windows projects, made for rendering GIF images in a resource efficient way using Direct2D

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wpa is compatible. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
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
1.1.8 1,465 2/27/2018
1.1.7 1,036 2/23/2018
1.1.6 1,054 8/18/2017
1.1.5 1,170 11/30/2016
1.1.4 1,047 10/1/2016
1.1.3 1,084 8/1/2016
1.1.2 1,215 7/12/2016
1.1.1 1,175 6/28/2016
1.1.0 1,025 6/27/2016
1.0.9 1,082 5/26/2016
1.0.8 1,043 4/14/2016
1.0.7 1,078 3/25/2016
1.0.6 1,317 3/21/2016
1.0.5 1,121 3/16/2016
1.0.3 1,464 2/27/2016
1.0.2 1,393 2/27/2016
1.0.1 1,140 2/26/2016
1.0.0 1,345 2/25/2016

1.03:
- Fixed a bug that caused crashes when using GIFs in multiple UWP windows

1.02:
- Fixed a couple bugs that caused crashes.
- Improved performance.

1.01:
- Added "pause" function.