Krypton.Toolkit.Suite.Extended.Ultimate.Nightly 110.26.1.29-alpha

This is a prerelease version of Krypton.Toolkit.Suite.Extended.Ultimate.Nightly.
dotnet add package Krypton.Toolkit.Suite.Extended.Ultimate.Nightly --version 110.26.1.29-alpha
                    
NuGet\Install-Package Krypton.Toolkit.Suite.Extended.Ultimate.Nightly -Version 110.26.1.29-alpha
                    
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="Krypton.Toolkit.Suite.Extended.Ultimate.Nightly" Version="110.26.1.29-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Krypton.Toolkit.Suite.Extended.Ultimate.Nightly" Version="110.26.1.29-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Krypton.Toolkit.Suite.Extended.Ultimate.Nightly" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Krypton.Toolkit.Suite.Extended.Ultimate.Nightly --version 110.26.1.29-alpha
                    
#r "nuget: Krypton.Toolkit.Suite.Extended.Ultimate.Nightly, 110.26.1.29-alpha"
                    
#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.
#:package Krypton.Toolkit.Suite.Extended.Ultimate.Nightly@110.26.1.29-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Krypton.Toolkit.Suite.Extended.Ultimate.Nightly&version=110.26.1.29-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Krypton.Toolkit.Suite.Extended.Ultimate.Nightly&version=110.26.1.29-alpha&prerelease
                    
Install as a Cake Tool

Krypton Toolkit Suite Extended Ultimate Package

Overview

The Ultimate Package is an all-in-one NuGet package that includes all Extended Toolkit assemblies and their dependencies bundled together for maximum convenience.

What's Included

This package includes every Extended Toolkit component:

Core & Foundation

  • Krypton.Toolkit.Suite.Extended.Core
  • Krypton.Toolkit.Suite.Extended.Common
  • Krypton.Toolkit.Suite.Extended.Shared

Utilities & Tools

  • Developer Utilities
  • Global Utilities
  • CheckSum Tools
  • General Utilities & Tools

UI Controls

  • All buttons and toggle switches
  • ComboBox extensions
  • Circular progress bars
  • Panels and containers

Data Visualization

  • DataGridView extensions
  • AdvancedDataGridView
  • TreeGridView
  • VirtualTreeColumnView
  • Outlook Grid
  • Gages and visualizations

Dialogs & Notifications

  • Extended dialogs
  • Specialized dialogs
  • Task dialogs
  • Input boxes
  • Message boxes
  • Toast notifications
  • General notifications
  • Navigator extensions
  • Navi Suite
  • Wizard controls
  • Ribbon extensions
  • Floating toolbars
  • Tool strip items
  • Dock extender

Themes & Appearance

  • Theme support
  • Theme switcher
  • Palette selectors

File Operations

  • File I/O utilities
  • File explorer
  • File copier
  • Compression utilities

Additional Features

  • Networking components
  • Software updater
  • Error reporting
  • Debugging tools
  • PDF support
  • Scintilla.NET integration
  • And much more!

Supported Frameworks

  • .NET Framework 4.7.2
  • .NET Framework 4.8
  • .NET Framework 4.8.1
  • .NET 8 (Windows)
  • .NET 9 (Windows)
  • .NET 10 (Windows)

Installation

From NuGet

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

Using .NET CLI

dotnet add package Krypton.Toolkit.Suite.Extended.Ultimate

Usage

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

Benefits of the Ultimate Package

✅ Convenience

  • Single package installation
  • No need to manage individual component packages
  • All components guaranteed to be compatible versions

✅ Complete Feature Set

  • Access to every Extended Toolkit feature
  • No missing dependencies
  • All referenced assemblies included

✅ Simplified Updates

  • Update all components with a single package update
  • No version conflicts between components

✅ Performance

  • All assemblies target specific framework versions
  • Optimized for each supported platform

When to Use This Package

Use the Ultimate Package when:

  • You need multiple Extended Toolkit components
  • You want the complete toolkit without managing dependencies
  • You're building a comprehensive application
  • You want simplified package management

Consider Individual Packages when:

  • You only need 1-2 specific components
  • You want to minimize your application's footprint
  • You have strict package size requirements

Package Size

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.

Dependencies

This package automatically includes:

  • Krypton.Toolkit (Standard Toolkit)
  • Krypton.Ribbon
  • Krypton.Navigator
  • Krypton.Docking
  • All required third-party dependencies

Version matching is automatic based on your build configuration (Release/Canary/Nightly).

Build Configurations

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

Support

License

BSD 3-Clause License

Copyright © 2017-2025, Krypton Suite

See LICENSE file for details.

Version Information

To get version information programmatically:

using Krypton.Toolkit.Suite.Extended.Ultimate;

string version = UltimatePackageInfo.AssemblyVersion;
string[] frameworks = UltimatePackageInfo.SupportedFrameworks;
string[] components = UltimatePackageInfo.IncludedComponents;

Changelog

See the main CHANGELOG.md for all changes across Extended Toolkit components.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 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
110.26.1.29-alpha 64 1/29/2026
110.26.1.25-alpha 57 1/25/2026
110.26.1.10-alpha 58 1/10/2026
110.26.1.5-alpha 131 1/5/2026
110.26.1.2-alpha 59 1/2/2026
110.26.1.1-alpha 70 1/1/2026
100.25.11.320-alpha 194 11/16/2025
100.25.11.318-alpha 230 11/14/2025
100.25.11.314-alpha 218 11/10/2025
100.25.10.300-alpha 151 10/27/2025
100.25.10.299-alpha 114 10/26/2025
100.25.10.293-alpha 151 10/20/2025
100.25.10.291-alpha 140 10/18/2025