SGTabbedPagerMvx 1.6.1

dotnet add package SGTabbedPagerMvx --version 1.6.1
                    
NuGet\Install-Package SGTabbedPagerMvx -Version 1.6.1
                    
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="SGTabbedPagerMvx" Version="1.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SGTabbedPagerMvx" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="SGTabbedPagerMvx" />
                    
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 SGTabbedPagerMvx --version 1.6.1
                    
#r "nuget: SGTabbedPagerMvx, 1.6.1"
                    
#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.
#:package SGTabbedPagerMvx@1.6.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SGTabbedPagerMvx&version=1.6.1
                    
Install as a Cake Addin
#tool nuget:?package=SGTabbedPagerMvx&version=1.6.1
                    
Install as a Cake Tool

Tabbed pager for iOS (MvvmCross bindable version)

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 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.6.1 12,798 10/21/2018
1.6.0 1,100 10/19/2018
1.5.0 1,712 12/5/2017
1.4.1 1,363 6/19/2017
1.4.0 3,659 6/19/2017
1.3.3 1,561 1/11/2017
1.3.2 1,224 1/11/2017
1.3.1 1,241 12/23/2016
1.3.0 1,188 12/1/2016
1.2.0 1,220 12/1/2016
1.1.0 1,243 12/1/2016
1.0.2 1,253 8/19/2016
1.0.1 1,207 8/18/2016
0.0.2 2,133 2/10/2016
0.0.1-pre7 1,127 11/18/2015
0.0.1-pre6 1,083 11/12/2015
0.0.1-pre5 1,094 10/30/2015
0.0.1-pre4 1,074 10/21/2015
0.0.1-pre3 1,049 10/21/2015
0.0.1-pre2 1,069 10/21/2015
0.0.1-pre1 1,063 10/21/2015
0.0.1-pre 1,079 10/16/2015

- Fixed bug with animation on tabs not working ([#22](https://github.com/Cheesebaron/SGTabbedPager/pull/22)) ([BitKaitsu](https://github.com/BitKaitsu))