![]() |
VOOZH | about |
dotnet add package Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary --version 110.26.5.145-beta
NuGet\Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary -Version 110.26.5.145-beta
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary" Version="110.26.5.145-beta" />
<PackageVersion Include="Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary" Version="110.26.5.145-beta" />Directory.Packages.props
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary" />Project file
paket add Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary --version 110.26.5.145-beta
#r "nuget: Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary, 110.26.5.145-beta"
#:package Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary@110.26.5.145-beta
#addin nuget:?package=Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary&version=110.26.5.145-beta&prereleaseInstall as a Cake Addin
#tool nuget:?package=Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary&version=110.26.5.145-beta&prereleaseInstall as a Cake Tool
The Ultimate Lite Package is a streamlined version of the Ultimate all-in-one NuGet package that includes all Extended Toolkit assemblies and their dependencies, targeting modern frameworks only.
| Package | Target Frameworks |
|---|---|
| Ultimate | net472, net48, net481, net8.0-windows, net9.0-windows, net10.0-windows |
| Ultimate.Lite | net48, net481, net8.0-windows, net9.0-windows, net10.0-windows |
Key Difference: Ultimate.Lite excludes .NET Framework 4.7.2, resulting in:
This package includes every Extended Toolkit component (same as Ultimate):
See the for the complete list.
Stable Release:
Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Lite
Canary (Beta) Release:
Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Canary
Nightly (Alpha) Release:
Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Lite.Nightly
dotnet add package Krypton.Toolkit.Suite.Extended.Ultimate.Lite
| Feature | Individual Packages | Ultimate.Lite | Ultimate |
|---|---|---|---|
| Components Included | Selected only | All | All |
| Framework Coverage | Varies | Modern only | All |
| Package Size | Small | Medium | Large |
| Setup Complexity | High | Low | Low |
| Update Simplicity | Medium | High | High |
| .NET Framework 4.7.2 | ✓ | ✗ | ✓ |
| .NET Framework 4.8+ | ✓ | ✓ | ✓ |
| .NET 8+ | ✓ | ✓ | ✓ |
Once installed, all Extended Toolkit components are immediately available:
using Krypton.Toolkit.Suite.Extended.Core;
using Krypton.Toolkit.Suite.Extended.Common;
using Krypton.Toolkit.Suite.Extended.Buttons;
// Add other namespaces as needed
Get package information programmatically:
using Krypton.Toolkit.Suite.Extended.Ultimate.Lite;
// Get version info
string version = UltimateLitePackageInfo.AssemblyVersion;
string packageName = UltimateLitePackageInfo.PackageName;
// Check supported frameworks
string[] frameworks = UltimateLitePackageInfo.SupportedFrameworks;
bool supportsNet48 = UltimateLitePackageInfo.IsFrameworkSupported("net48");
// Get component list
string[] components = UltimateLitePackageInfo.IncludedComponents;
// Understand the difference
string difference = UltimateLitePackageInfo.DifferenceFromUltimate;
This package automatically includes:
Version matching is automatic based on your build configuration.
| Configuration | Suffix | Description |
|---|---|---|
| Release | (none) | Stable production release |
| Canary | -beta |
Beta preview with latest features |
| Nightly | -alpha |
Daily builds with cutting-edge features |
Krypton.Toolkit.Suite.Extended.Ultimate.LiteSimply replace the package reference:
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate" Version="80.25.10.286" />
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Lite" Version="80.25.10.286" />
Important: Only migrate if you don't need .NET Framework 4.7.2 support!
BSD 3-Clause License
Copyright © 2017-2025, Krypton Suite
See LICENSE file for details.
See the main CHANGELOG.md for all changes.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net9.0-windows7.0 net9.0-windows7.0 is compatible. net10.0-windows net10.0-windows was computed. net10.0-windows7.0 net10.0-windows7.0 is compatible. net11.0-windows7.0 net11.0-windows7.0 is compatible. |
| .NET Framework | net472 net472 is compatible. net48 net48 is compatible. net481 net481 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 110.26.5.145-beta | 102 | 5/25/2026 |
| 110.26.1.19-beta | 147 | 1/19/2026 |
| 110.25.12.353-beta | 242 | 12/19/2025 |
| 100.25.11.321-beta | 304 | 11/17/2025 |
| 100.25.10.297-beta | 160 | 10/24/2025 |
Get updates here: https://github.com/Krypton-Suite/Extended-Toolkit