Torman.Swipeable 2.0.3

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

Xamarin.Android custom controls with swipe actions.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid50 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
2.0.3 1,785 8/10/2017
2.0.1 1,087 6/7/2017
1.0.3.1 1,092 3/28/2017
1.0.2 1,033 3/27/2017
1.0.1 1,041 3/26/2017
1.0.0 1,404 3/24/2017

Added non-interupting ExpandableListView. Added single opened item manager. Minor refactors. Fixed target version.