Plugin.SegmentedControl.Netstandard 5.0.1

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

// Install Plugin.SegmentedControl.Netstandard as a Cake Tool
#tool nuget:?package=Plugin.SegmentedControl.Netstandard&version=5.0.1                

Segmented control for Xamarin Forms for iOS, Android, UWP. Mac OS also supported albeit currently with fewer features.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Plugin.SegmentedControl.Netstandard:

Package Downloads
technolarity.clinicea.mobile.common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.5.0 77,546 1/8/2022
5.4.5 106,212 9/15/2020
5.4.1 4,406 8/23/2020
5.4.0 2,072 8/16/2020
5.3.0 2,273 8/11/2020
5.2.2 10,508 7/7/2020
5.2.1 875 7/6/2020
5.2.0 955 7/4/2020
5.1.0 6,930 7/4/2020
5.1.0-beta7 718 7/4/2020
5.1.0-beta6 717 7/4/2020
5.1.0-beta5 752 7/4/2020
5.1.0-beta4 723 7/4/2020
5.1.0-beta3 732 7/4/2020
5.1.0-beta2 767 7/4/2020
5.1.0-beta1 819 7/4/2020
5.0.2 1,646 6/27/2020
5.0.2-beta1 770 7/4/2020
5.0.1 864 6/27/2020
4.5.1 30,389 3/11/2020
4.2.0 43,845 10/16/2019
4.1.1-beta1 975 7/18/2019
4.1.0 9,583 7/7/2019
4.0.0 2,819 5/24/2019
3.6.2 8,449 4/18/2019
3.6.1 6,476 2/19/2019
3.6.0 7,236 11/18/2018
3.5.0 1,230 11/16/2018
3.3.0 1,356 11/14/2018
3.2.0 14,456 6/20/2018
3.1.6 1,226 6/17/2018
3.0.2 1,729 5/18/2018
3.0.1 1,396 5/10/2018
2.0.1 1,389 5/5/2018
2.0.0 2,787 3/23/2018
1.1.5 1,404 3/6/2018
1.1.4 1,972 12/10/2017
1.0.5 1,201 10/28/2017
1.0.4 1,224 10/22/2017
1.0.4-beta2 1,050 10/22/2017
1.0.4-beta1 1,009 10/22/2017
1.0.3 1,181 10/16/2017
1.0.3-beta1 1,015 10/16/2017
1.0.2 1,223 10/16/2017
1.0.2-beta1 1,016 10/16/2017

[All] Moved to .NET Standard 2.1
     [UWP] Removed as UWP is not supported for .NET Standard 2.1 (will await .NET 5.0 to reevaluate re-enablement)
[All] TextColor added - i.e. Unselected text color.
[Android] Custom font fixed.
[iOS] iOS 13+ tint color issue fixed.
[All] Allow selected segment to be changed from view model binding.
[All] User interaction with Commands.
[All] Implement the IsEnabled property on individual segments.
[All] ICommand.
[All] Font size.
[All] Font Family.
[All] Fixes and improvements.
[iOS] IsEnabled binding bug fixed.