Callisto 1.2.4
See the version list below for details.
Install-Package Callisto -Version 1.2.4
dotnet add package Callisto --version 1.2.4
<PackageReference Include="Callisto" Version="1.2.4" />
paket add Callisto --version 1.2.4
#r "nuget: Callisto, 1.2.4"
// Install Callisto as a Cake Addin
#addin nuget:?package=Callisto&version=1.2.4
// Install Callisto as a Cake Tool
#tool nuget:?package=Callisto&version=1.2.4
A control suite for some common things a Windows 8 XAML application might want to include such as a Flyout, Menu, Rating, Settings Pane, and Pivot control.
Product | Versions |
---|---|
WinRT | winrt45 |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Callisto:
Package | Downloads |
---|---|
UniversalFormsToolkit
This small framework will help you to build forms fast and easy in your UWP apps. |
|
Caliburn.Micro.Unity.WinRT
Caliburn.Micro plumbing for saving state and dependency injections as described at http://nybbles.blogspot.cz/2013/02/winrt-caliburnmicro-and-ioc-part-3.html |
|
Witpath.Controls
This toolkit will help you to create forms efficiently. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 57,579 | 10/24/2013 |
1.3.1 | 15,426 | 6/25/2013 |
1.3.0 | 5,199 | 5/21/2013 |
1.2.9 | 6,101 | 4/22/2013 |
1.2.8 | 2,421 | 4/11/2013 |
1.2.7 | 2,510 | 3/28/2013 |
1.2.6 | 10,079 | 12/4/2012 |
1.2.5 | 4,374 | 10/29/2012 |
1.2.4 | 3,225 | 10/17/2012 |
1.2.3 | 2,066 | 10/5/2012 |
1.2.2 | 1,498 | 10/5/2012 |
1.2.1 | 3,111 | 9/4/2012 |
1.1.0 | 2,648 | 8/22/2012 |
1.0.13 | 1,481 | 8/18/2012 |
1.0.12 | 1,602 | 8/15/2012 |
1.0.10 | 2,379 | 7/7/2012 |
1.0.9 | 1,380 | 7/5/2012 |
1.0.8 | 1,475 | 6/28/2012 |
1.0.7 | 1,416 | 6/26/2012 |
1.0.6 | 1,682 | 6/11/2012 |
1.0.5 | 1,342 | 6/8/2012 |
1.0.3 | 1,325 | 6/8/2012 |
1.0.2 | 1,401 | 6/7/2012 |
1.0.1 | 1,453 | 6/1/2012 |
1.0.0 | 1,388 | 5/31/2012 |
0.6.0 | 1,388 | 5/11/2012 |
0.5.1 | 1,402 | 4/24/2012 |
* Complete details - https://github.com/timheuer/callisto/blob/master/changelog.md
* 1.2.4 - Added NumericUpDown control, ColorContrastConverter, SettingsManagement API
* 1.2.3 - Fixing internationalization issue in Color converter.
* BREAKING CHANGE: The SettingsFlyout is now default content area White. If you relied on it getting theme color you will need to change this using ContentBackground[Foreground]Brush settings.
* Bug fixes: a few fixes thanks to community members (see https://github.com/timheuer/callisto/blob/master/changelog.md for details) and other changes to conform to UI guidelines from Microsoft.
* NEW: AppManifestHelper to parse out VisualElements more easily.