WizarDroid.NET 1.0.0.4

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

// Install WizarDroid.NET as a Cake Tool
#tool nuget:?package=WizarDroid.NET&version=1.0.0.4

WizarDroid.NET is a lightweight library that makes it easy to implement wizards in Xamarin.Android applications.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid44 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.0.4 1,747 9/26/2015
1.0.0.4-rc1 902 9/24/2015
1.0.0.3-rc1 861 9/22/2015
1.0.0.2 1,829 9/12/2015
1.0.0.1 1,026 9/5/2015
1.0.0 1,035 9/5/2015

Release notes:  
   - Fixed the issue with the ViewPager getting slammed due to premature Step Completion events.  
   - Fixed the user being able to swipe past a required step
   - Added a Customer wizard sample project to illustrate the use of serialization to persist complex types.  
   - Reverted to using stable versions of Xamarin.Androind.Support.v4 library, this should allow us to push a stable release of WizarDroid.NET