Gave.Libs.CalendarControl 0.2.3

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

// Install Gave.Libs.CalendarControl as a Cake Tool
#tool nuget:?package=Gave.Libs.CalendarControl&version=0.2.3

CalendarControl: Event calendar for UWP

Calendar custom control for UWP platform. Supports week view and events.

Installation

$ Install-Package Gave.Libs.CalendarControl

Key features
  • Easy to use (one XAML line for calendar and built-in event management)
  • Responsive (the number of days shown is adjusted when resizing the window)
  • Extensible (you can modify look and functionality)
Quick guide

View example on github.

Supported SDKs
  • Anniversary Update (14393)
  • Creators Update (15063)
  • Fall Creators Update (16299)
Screenshots

Screenshot 1

© Copyright 2017 - 2018 by Marco Gavelli

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 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
0.2.4 1,094 12/11/2018
0.2.3 860 8/5/2018
0.2.2 1,433 1/7/2018
0.2.0 1,041 1/7/2018

Fixed hour selection bug.