![]() |
VOOZH | about |
dotnet add package Krypton.Toolkit.Suite.Extended.Ultimate.Nightly --version 110.26.5.132-alpha
NuGet\Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Nightly -Version 110.26.5.132-alpha
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Nightly" Version="110.26.5.132-alpha" />
<PackageVersion Include="Krypton.Toolkit.Suite.Extended.Ultimate.Nightly" Version="110.26.5.132-alpha" />Directory.Packages.props
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Nightly" />Project file
paket add Krypton.Toolkit.Suite.Extended.Ultimate.Nightly --version 110.26.5.132-alpha
#r "nuget: Krypton.Toolkit.Suite.Extended.Ultimate.Nightly, 110.26.5.132-alpha"
#:package Krypton.Toolkit.Suite.Extended.Ultimate.Nightly@110.26.5.132-alpha
#addin nuget:?package=Krypton.Toolkit.Suite.Extended.Ultimate.Nightly&version=110.26.5.132-alpha&prereleaseInstall as a Cake Addin
#tool nuget:?package=Krypton.Toolkit.Suite.Extended.Ultimate.Nightly&version=110.26.5.132-alpha&prereleaseInstall as a Cake Tool
The Ultimate Package is an all-in-one NuGet package that includes all Extended Toolkit assemblies and their dependencies bundled together for maximum convenience.
This package includes every Extended Toolkit component:
Stable Release:
Install-Package Krypton.Toolkit.Suite.Extended.Ultimate
Canary (Beta) Release:
Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Canary
Nightly (Alpha) Release:
Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Nightly
dotnet add package Krypton.Toolkit.Suite.Extended.Ultimate
Once installed, all Extended Toolkit components are immediately available in your project. Simply add the necessary using directives:
using Krypton.Toolkit.Suite.Extended.Core;
using Krypton.Toolkit.Suite.Extended.Common;
// Add other namespaces as needed
Use the Ultimate Package when:
Consider Individual Packages when:
The Ultimate package is larger than individual component packages because it includes all Extended Toolkit assemblies. However, unused code will still be trimmed by the linker in Release builds if you use .NET 6+ with trimming enabled.
This package automatically includes:
Version matching is automatic based on your build configuration (Release/Canary/Nightly).
The package is available in three build configurations:
| Configuration | Suffix | Description |
|---|---|---|
| Release | (none) | Stable production release |
| Canary | -beta |
Beta preview with latest features |
| Nightly | -alpha |
Daily builds with cutting-edge features |
BSD 3-Clause License
Copyright © 2017-2025, Krypton Suite
See LICENSE file for details.
To get version information programmatically:
using Krypton.Toolkit.Suite.Extended.Ultimate;
string version = UltimatePackageInfo.AssemblyVersion;
string[] frameworks = UltimatePackageInfo.SupportedFrameworks;
string[] components = UltimatePackageInfo.IncludedComponents;
See the main CHANGELOG.md for all changes across Extended Toolkit components.
| 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.132-alpha | 166 | 5/12/2026 |
| 110.26.4.103-alpha | 75 | 4/13/2026 |
| 110.26.4.100-alpha | 97 | 4/10/2026 |
| 110.26.4.96-alpha | 138 | 4/6/2026 |
| 110.26.4.92-alpha | 75 | 4/2/2026 |
| 110.26.1.29-alpha | 95 | 1/29/2026 |
| 110.26.1.25-alpha | 89 | 1/25/2026 |
| 110.26.1.10-alpha | 86 | 1/10/2026 |
| 110.26.1.5-alpha | 157 | 1/5/2026 |
| 110.26.1.2-alpha | 92 | 1/2/2026 |
| 110.26.1.1-alpha | 100 | 1/1/2026 |
| 100.25.11.320-alpha | 214 | 11/16/2025 |
| 100.25.11.318-alpha | 251 | 11/14/2025 |
| 100.25.11.314-alpha | 245 | 11/10/2025 |
| 100.25.10.300-alpha | 172 | 10/27/2025 |
| 100.25.10.299-alpha | 133 | 10/26/2025 |
| 100.25.10.293-alpha | 173 | 10/20/2025 |
| 100.25.10.291-alpha | 160 | 10/18/2025 |
Get updates here: https://github.com/Krypton-Suite/Extended-Toolkit