XamForms.Controls.Calendar 1.0.8

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

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

// Install XamForms.Controls.Calendar as a Cake Tool
#tool nuget:?package=XamForms.Controls.Calendar&version=1.0.8

Custom calendar control for Xamarin.Forms.
          Customizable border thickness, color, background colors and formats.
          Built against: 2.1.0.6521

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

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.1.1 201,590 7/18/2017
1.1.0 10,980 4/26/2017
1.0.8 2,748 2/19/2017
1.0.7 2,957 12/9/2016
1.0.6 1,305 12/9/2016
1.0.5 3,539 9/29/2016
1.0.4 2,867 7/26/2016
1.0.3 1,787 6/3/2016
1.0.2 1,358 5/30/2016
1.0.1 1,376 5/30/2016
1.0.0 1,431 5/30/2016

[1.0.8]
- Feature request: bindable property to set CalendarWeekRule
- Should be better: Day button borders on UWP sometimes is not visible
- Feature request: Make background of a date multicolored
- Feature request: Show more than one month (scrollable)
- Fixed: Selected date no highlight on start
- Fixed: "Object reference not set to an instance" exception when binding to SelectedDates Property
- Feature request: make the color of the month arrows a bindable property
- Feature request: bindable property to choose whether month label is bold
[1.0.7]
- Fix for Android StackOverflow problem when ShowNumberOfWeek is enabled
[1.0.6]
- Add 'DisableAllDates', make it possible to disable all dates by default (you can enable again with SpecialDates)
- Add Month and Year view for Calendar
- Add 'Show' to show number of the week
- Add missing property WeekdaysFontAttributes
- Fix WeekdaysTextColor was not set
- Fix SelectedDate is now TwoWay binding
[1.0.5]
- Add support to select multiple dates
- Fix background color for Special Dates that where selected/deselected
[1.0.4]
- Fixed Missing references: Cannot locate resource from ‘ms-appx:///XamForms.Controls.Calendar.UWP/Resources.xaml’.
[1.0.3]
- Windows is working now
- Extra Special Dates where you can change the style of specific dates
- Some fixes
[1.0.2]
- Initital Calandar Control (No Windows yet)
- Some fixes