Xamarin.Forms.CarouselView 2.3.0-pre2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Xamarin.Forms

Additional Details

Please use the CarouselView embedded in the Xamarin.Forms package instead. Thank you!

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

// Install Xamarin.Forms.CarouselView as a Cake Tool
#tool nuget:?package=Xamarin.Forms.CarouselView&version=2.3.0-pre2&prerelease

CarouselView for Xamarin.Forms

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wpa81 is compatible. 
Windows Store win81 is compatible. 
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 (6)

Showing the top 5 NuGet packages that depend on Xamarin.Forms.CarouselView:

Package Downloads
SheshaMobile.Modules.Facilities

The facilities module contains common functionality for browsing and viewing facilities

SheshaMobile.Modules.Home

The home module contains common functionality and essetntials required to build an app home page

SheshaMobile.Modules.LocationTracking

The libraries module contains functionality for viewing and interacting with archived information

TestWW

Package Description

VG.XFPagedCarouselView

XFPagedCarouselView for Xamarin.Forms provides a custom ContentView allowing you to display paged carousel views in Android and iOS apps. Support for square/rectangle, rounded square/rectangle, circle, heart, oval, triangle and star page indicator. Sample available on GitHub (https://github.com/vincentgury/XFPagedCarouselView)

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Xamarin.Forms.CarouselView:

Repository Stars
xamarinhq/app-conference
Pre-build conference application built with Xamarin
xamarin/Sport
Version Downloads Last updated
2.3.0-pre2 1,248,936 7/27/2016
2.3.0-pre1 14,171 5/28/2016

## bugs fixed ##
   CarouselView Crashes with "Sequence Does not Contain a Matching Element"
   https://bugzilla.xamarin.com/show_bug.cgi?id=41463

   Adding views to CarouselView after rendered and swiping crashes Forms
   https://bugzilla.xamarin.com/show_bug.cgi?id=40513

## misc ##
   Reduced assemblies referenced per platform project from three to one so
   that now each platform gets its own version of Xamarin.Forms.CarouselView
   into which the portable library has been merged.
   
   For example, Android used to referenced:
     Xamarin.Forms.CarouselView
     Xamarin.Forms.CarouselView.Platform
     Xamarin.Forms.CarouselView.Android
     
   But now only references:
     Xamarin.Forms.CarouselView (android specific)